Skip to content

Commit 4dc814d

Browse files
committed
Run without compatibility can only be done with latest version
including Random Execution Order
1 parent 04f0670 commit 4dc814d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/utplsql/api/TestRunnerIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void runWithoutCompatibilityCheck() throws SQLException, InvalidVersionException
3838
DatabaseInformation databaseInformation = new DefaultDatabaseInformation();
3939

4040
// We can only test this for the versions of the latest TestRunnerStatement-Change
41-
if ( OptionalFeatures.CLIENT_CHARACTER_SET.isAvailableFor(databaseInformation.getUtPlsqlFrameworkVersion(getConnection())) ) {
41+
if ( OptionalFeatures.RANDOM_EXECUTION_ORDER.isAvailableFor(databaseInformation.getUtPlsqlFrameworkVersion(getConnection())) ) {
4242
new TestRunner()
4343
.skipCompatibilityCheck(true)
4444
.run(getConnection());

0 commit comments

Comments
 (0)