Skip to content

Commit

Permalink
fix FedoraDescribeIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 30, 2013
1 parent 50f2a5b commit f1e5a41
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ public void testGetObjectInXML() throws Exception {
final String content = EntityUtils.toString(response.getEntity());
logger.debug("Retrieved object profile:\n" + content);
assertTrue("Object had wrong PID!", compile(
"pid=\"FedoraObjectsTest2\"").matcher(content).find());
"pid=\"FedoraDescribeTest1\"").matcher(content).find());
}


Expand Down

0 comments on commit f1e5a41

Please sign in to comment.