Index: src/org/eclipse/persistence/testing/tests/jpa/jpql/JUnitNativeQueryTestSuite.java =================================================================== --- src/org/eclipse/persistence/testing/tests/jpa/jpql/JUnitNativeQueryTestSuite.java (revision 7979) +++ src/org/eclipse/persistence/testing/tests/jpa/jpql/JUnitNativeQueryTestSuite.java (working copy) @@ -163,7 +163,7 @@ clearCache(PUName); if (nativeQueryResults.isEmpty() || - nativeQueryResults.get(0).getDescription() == null || nativeQueryResults.get(0).getDescription().isEmpty()) { + nativeQueryResults.get(0).getDescription() == null || nativeQueryResults.get(0).getDescription().length()==0 ) { fail("testCaseSensitivity_GoldBuyer1 failed to return "); } String errorMsg = JoinedAttributeTestHelper.compareCollections(jpaQueryResults, nativeQueryResults, session.getClassDescriptor(GoldBuyer.class), session);