Navigation Menu

Skip to content

Commit

Permalink
Fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed May 20, 2014
1 parent 55e6c2b commit 116cb99
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@ public void testGetUnversionedObjectVersionProfile() throws Exception {
createObject(pid);

final HttpGet getVersion = new HttpGet(serverAddress + pid + "/fcr:versions");
assertTrue(404, getStatus(getVersion));
assertEquals(404, getStatus(getVersion));
}

@Test
Expand Down

0 comments on commit 116cb99

Please sign in to comment.