mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
A minor fix to jdbc regression tests
Modified Files: jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataPropertiesTest.java
This commit is contained in:
@@ -84,7 +84,7 @@ public class DatabaseMetaDataPropertiesTest extends TestCase
|
||||
assertTrue(!dbmd.supportsANSI92IntermediateSQL());
|
||||
assertTrue(!dbmd.supportsANSI92FullSQL());
|
||||
|
||||
assertTrue(!dbmd.supportsIntegrityEnhancementFacility());
|
||||
assertTrue(dbmd.supportsIntegrityEnhancementFacility());
|
||||
|
||||
}
|
||||
catch (SQLException ex)
|
||||
|
Reference in New Issue
Block a user