More helpful assert in testcase

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1005984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-10-08 19:33:37 +00:00
parent 6ebaf34bd9
commit efec8f38f0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class TestSpec10_1_27 extends SQLListenerTestCase {
rs = q.getResultList();
Map.Entry me = (Map.Entry) rs.get(0);
assertTrue(d.equals(me.getKey()));
assertEquals(d, me.getKey());
query = "select KEY(e) from Compny2 c, " +
" in (c.orgs) e order by c.id";