mirror of https://github.com/apache/openjpa.git
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@759470 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f8bb2a83e6
commit
7f5471bae7
|
@ -70,7 +70,7 @@ public class TestLibService extends SingleEMFTestCase
|
|||
Volunteer volunteer = borrower.getVolunteer();
|
||||
assertNotNull("could not find " + bName + "'s volunteer status",
|
||||
volunteer);
|
||||
assertNotNull("could not find the reference from " + bName
|
||||
assertTrue("could not find the reference from " + bName
|
||||
+ "'s volunteer status back to " + bName,
|
||||
volunteer.getBorrower() == borrower);
|
||||
|
||||
|
|
Loading…
Reference in New Issue