Skip to content

Commit 47cb1c3

Browse files
author
Barry Lind
committed
A minor fix to jdbc regression tests
Modified Files: jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataPropertiesTest.java
1 parent 6b73da6 commit 47cb1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataPropertiesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void testCapabilities()
8484
assertTrue(!dbmd.supportsANSI92IntermediateSQL());
8585
assertTrue(!dbmd.supportsANSI92FullSQL());
8686

87-
assertTrue(!dbmd.supportsIntegrityEnhancementFacility());
87+
assertTrue(dbmd.supportsIntegrityEnhancementFacility());
8888

8989
}
9090
catch (SQLException ex)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy