Skip to content

Commit

Permalink
fix IT
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed May 17, 2013
1 parent b6c9667 commit 743205c
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -232,8 +232,8 @@ public void testDescribeSize() throws Exception {

Integer oldSize = (Integer)iterator.next().getObject().getLiteralValue();

assertEquals(201, getStatus(postObjMethod("fdhgsldfhg")));
assertEquals(201, getStatus(postDSMethod("fdhgsldfhg", "asdf", "1234")));
assertEquals(201, getStatus(postObjMethod("sizeNode")));
assertEquals(201, getStatus(postDSMethod("sizeNode", "asdf", "1234")));

response = client.execute(describeMethod);
assertEquals(200, response.getStatusLine().getStatusCode());
Expand Down Expand Up @@ -263,8 +263,8 @@ public void testDescribeCount() throws Exception {

Integer oldSize = (Integer)iterator.next().getObject().getLiteralValue();

assertEquals(201, getStatus(postObjMethod("fdhgsldfhg")));
assertEquals(201, getStatus(postDSMethod("fdhgsldfhg", "asdf", "1234")));
assertEquals(201, getStatus(postObjMethod("countNode")));
assertEquals(201, getStatus(postDSMethod("countNode", "asdf", "1234")));

response = client.execute(describeMethod);
assertEquals(200, response.getStatusLine().getStatusCode());
Expand Down

0 comments on commit 743205c

Please sign in to comment.