git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@759470 13f79535-47bb-0310-9956-ffa450edef68

This commit is contained in:
Milosz Tylenda 2009-03-28 14:38:49 +00:00
parent f8bb2a83e6
commit 7f5471bae7
1 changed files with 1 additions and 1 deletions

View File

@ -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);