hg: jdk8u/jdk8u-dev/jdk: 8081479: Backport JDBC tests from JDK 9 from test/java/sql and test/javax/sql to JDK 8u.
konstantin.shefov at oracle.com
konstantin.shefov at oracle.com
Fri May 29 14:29:06 UTC 2015
Changeset: 9fb6ca49eacb
Author: kshefov
Date: 2015-05-29 17:27 +0300
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/9fb6ca49eacb
8081479: Backport JDBC tests from JDK 9 from test/java/sql and test/javax/sql to JDK 8u.
Reviewed-by: lancea
Contributed-by: maxim.soloviev at oracle.com
+ test/java/sql/testng/TEST.properties
+ test/java/sql/testng/test/sql/BatchUpdateExceptionTests.java
+ test/java/sql/testng/test/sql/DataTruncationTests.java
+ test/java/sql/testng/test/sql/DateTests.java
+ test/java/sql/testng/test/sql/DriverManagerPermissionsTests.java
+ test/java/sql/testng/test/sql/DriverManagerTests.java
+ test/java/sql/testng/test/sql/SQLClientInfoExceptionTests.java
+ test/java/sql/testng/test/sql/SQLDataExceptionTests.java
+ test/java/sql/testng/test/sql/SQLExceptionTests.java
+ test/java/sql/testng/test/sql/SQLFeatureNotSupportedExceptionTests.java
+ test/java/sql/testng/test/sql/SQLIntegrityConstraintViolationExceptionTests.java
+ test/java/sql/testng/test/sql/SQLInvalidAuthorizationSpecExceptionTests.java
+ test/java/sql/testng/test/sql/SQLNonTransientConnectionExceptionTests.java
+ test/java/sql/testng/test/sql/SQLNonTransientExceptionTests.java
+ test/java/sql/testng/test/sql/SQLRecoverableExceptionTests.java
+ test/java/sql/testng/test/sql/SQLSyntaxErrorExceptionTests.java
+ test/java/sql/testng/test/sql/SQLTimeoutExceptionTests.java
+ test/java/sql/testng/test/sql/SQLTransactionRollbackExceptionTests.java
+ test/java/sql/testng/test/sql/SQLTransientConnectionExceptionTests.java
+ test/java/sql/testng/test/sql/SQLTransientExceptionTests.java
+ test/java/sql/testng/test/sql/SQLWarningTests.java
+ test/java/sql/testng/test/sql/TimeTests.java
+ test/java/sql/testng/test/sql/TimestampTests.java
+ test/java/sql/testng/util/BaseTest.java
+ test/java/sql/testng/util/DriverActionImpl.java
+ test/java/sql/testng/util/SerializedBatchUpdateException.java
+ test/java/sql/testng/util/StubConnection.java
+ test/java/sql/testng/util/StubDriver.java
+ test/java/sql/testng/util/StubDriverDA.java
+ test/java/sql/testng/util/TestPolicy.java
+ test/javax/sql/testng/TEST.properties
+ test/javax/sql/testng/jars/badFactory/META-INF/services/javax.sql.rowset.RowSetFactory
+ test/javax/sql/testng/jars/goodFactory/META-INF/services/javax.sql.rowset.RowSetFactory
+ test/javax/sql/testng/test/rowset/BaseRowSetTests.java
+ test/javax/sql/testng/test/rowset/CommonRowSetTests.java
+ test/javax/sql/testng/test/rowset/RowSetFactoryTests.java
+ test/javax/sql/testng/test/rowset/RowSetMetaDataTests.java
+ test/javax/sql/testng/test/rowset/RowSetProviderTests.java
+ test/javax/sql/testng/test/rowset/RowSetWarningTests.java
+ test/javax/sql/testng/test/rowset/cachedrowset/CachedRowSetTests.java
+ test/javax/sql/testng/test/rowset/cachedrowset/CommonCachedRowSetTests.java
+ test/javax/sql/testng/test/rowset/filteredrowset/CityFilter.java
+ test/javax/sql/testng/test/rowset/filteredrowset/FilteredRowSetTests.java
+ test/javax/sql/testng/test/rowset/filteredrowset/PrimaryKeyFilter.java
+ test/javax/sql/testng/test/rowset/joinrowset/JoinRowSetTests.java
+ test/javax/sql/testng/test/rowset/serial/SQLInputImplTests.java
+ test/javax/sql/testng/test/rowset/serial/SQLOutputImplTests.java
+ test/javax/sql/testng/test/rowset/serial/SerialArrayTests.java
+ test/javax/sql/testng/test/rowset/serial/SerialBlobTests.java
+ test/javax/sql/testng/test/rowset/serial/SerialClobTests.java
+ test/javax/sql/testng/test/rowset/serial/SerialDataLinkTests.java
+ test/javax/sql/testng/test/rowset/serial/SerialExceptionTests.java
+ test/javax/sql/testng/test/rowset/serial/SerialJavaObjectTests.java
+ test/javax/sql/testng/test/rowset/serial/SerialRefTests.java
+ test/javax/sql/testng/test/rowset/serial/SerialStructTests.java
+ test/javax/sql/testng/test/rowset/spi/SyncFactoryExceptionTests.java
+ test/javax/sql/testng/test/rowset/spi/SyncFactoryPermissionsTests.java
+ test/javax/sql/testng/test/rowset/spi/SyncFactoryTests.java
+ test/javax/sql/testng/test/rowset/spi/SyncProviderExceptionTests.java
+ test/javax/sql/testng/test/rowset/webrowset/CommonWebRowSetTests.java
+ test/javax/sql/testng/test/rowset/webrowset/WebRowSetTests.java
+ test/javax/sql/testng/util/PropertyStubProvider.java
+ test/javax/sql/testng/util/StubArray.java
+ test/javax/sql/testng/util/StubBaseRowSet.java
+ test/javax/sql/testng/util/StubBlob.java
+ test/javax/sql/testng/util/StubCachedRowSetImpl.java
+ test/javax/sql/testng/util/StubClob.java
+ test/javax/sql/testng/util/StubContext.java
+ test/javax/sql/testng/util/StubFilteredRowSetImpl.java
+ test/javax/sql/testng/util/StubJdbcRowSetImpl.java
+ test/javax/sql/testng/util/StubJoinRowSetImpl.java
+ test/javax/sql/testng/util/StubNClob.java
+ test/javax/sql/testng/util/StubRef.java
+ test/javax/sql/testng/util/StubRowId.java
+ test/javax/sql/testng/util/StubRowSetFactory.java
+ test/javax/sql/testng/util/StubSQLXML.java
+ test/javax/sql/testng/util/StubStruct.java
+ test/javax/sql/testng/util/StubSyncProvider.java
+ test/javax/sql/testng/util/StubSyncResolver.java
+ test/javax/sql/testng/util/StubWebRowSetImpl.java
+ test/javax/sql/testng/util/SuperHero.java
+ test/javax/sql/testng/util/TestRowSetListener.java
+ test/javax/sql/testng/util/TestSQLDataImpl.java
+ test/javax/sql/testng/xml/COFFEE_ROWS.xml
+ test/javax/sql/testng/xml/DELETED_COFFEE_ROWS.xml
+ test/javax/sql/testng/xml/INSERTED_COFFEE_ROWS.xml
+ test/javax/sql/testng/xml/MODFIED_DELETED_COFFEE_ROWS.xml
+ test/javax/sql/testng/xml/UPDATED_COFFEE_ROWS.xml
+ test/javax/sql/testng/xml/UPDATED_INSERTED_COFFEE_ROWS.xml
More information about the jdk8u-dev-changes
mailing list