Skip to content

Commit

Permalink
Minor code review update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed May 6, 2014
1 parent 67d8771 commit 2551f17
Showing 1 changed file with 1 addition and 2 deletions.
@@ -1,5 +1,5 @@
/**
* Copyright 2013 DuraSpace, Inc.
* Copyright 2014 DuraSpace, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -80,7 +80,6 @@ public void testDeleteObjectWithInboundReferences() throws RepositoryException {
session.save();

assertFalse(session.nodeExists("/" + pid + "/b"));
// assertFalse(resourceA.getNode().hasProperty("fedorarelsext:isPartOf"));

}
}

0 comments on commit 2551f17

Please sign in to comment.