mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +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.supportsANSI92IntermediateSQL());
|
||||||
assertTrue(!dbmd.supportsANSI92FullSQL());
|
assertTrue(!dbmd.supportsANSI92FullSQL());
|
||||||
|
|
||||||
assertTrue(!dbmd.supportsIntegrityEnhancementFacility());
|
assertTrue(dbmd.supportsIntegrityEnhancementFacility());
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (SQLException ex)
|
catch (SQLException ex)
|
||||||
|
Reference in New Issue
Block a user