Skip to content

Commit

Permalink
Minor fix for compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Nov 13, 2013
1 parent c8869a8 commit 1abe16a
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -106,7 +106,6 @@ public void testCreateDoStuffAndRollbackTransaction() throws Exception {
/* create a tx */
final HttpPost createTx = new HttpPost(serverAddress + "fcr:tx");

HttpResponse resp;
final HttpResponse response = execute(createTx);
assertEquals(201, response.getStatusLine().getStatusCode());

Expand Down Expand Up @@ -158,7 +157,6 @@ public void testCreateDoStuffAndCommitTransaction() throws Exception {

final String txLocation =
response.getFirstHeader("Location").getValue();
HttpResponse resp;

/* create a new object inside the tx */
final HttpPost postNew =
Expand Down

0 comments on commit 1abe16a

Please sign in to comment.