View | Details | Raw Unified | Return to bug 321620
Collapse All | Expand All

(-)src/org/eclipse/persistence/testing/tests/jpa/jpql/JUnitNativeQueryTestSuite.java (-1 / +1 lines)
Lines 163-169 Link Here
163
        clearCache(PUName);
163
        clearCache(PUName);
164
164
165
        if (nativeQueryResults.isEmpty() || 
165
        if (nativeQueryResults.isEmpty() || 
166
                    nativeQueryResults.get(0).getDescription() == null || nativeQueryResults.get(0).getDescription().isEmpty()) {
166
                    nativeQueryResults.get(0).getDescription() == null || nativeQueryResults.get(0).getDescription().length()==0 ) {
167
            fail("testCaseSensitivity_GoldBuyer1 failed to return ");
167
            fail("testCaseSensitivity_GoldBuyer1 failed to return ");
168
        }
168
        }
169
        String errorMsg = JoinedAttributeTestHelper.compareCollections(jpaQueryResults, nativeQueryResults, session.getClassDescriptor(GoldBuyer.class), session);
169
        String errorMsg = JoinedAttributeTestHelper.compareCollections(jpaQueryResults, nativeQueryResults, session.getClassDescriptor(GoldBuyer.class), session);

Return to bug 321620