Skip to content

Commit

Permalink
removed erong test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorthos committed Nov 18, 2012
1 parent cb6e47d commit 4fe8803
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ public void testBasicFlow() throws Exception {

}

@Test
public void testBasicFlow2() throws Exception {
JestClientFactory factory = new JestClientFactory();
factory.setClientConfig(clientConfig);

JestClient client=factory.getObject();

Thread.sleep(30000);
}

private Map<String, Object> getResultMap() {

Map<String, Object> result = new HashMap<String, Object>();
Expand Down

0 comments on commit 4fe8803

Please sign in to comment.