@Override
 protected void setUp() throws Exception {
   TracFixture fixture = TracFixture.current();
   harness = fixture.createHarness();
   client = (TracXmlRpcClient) fixture.connect();
 }