We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f0670 commit 4dc814dCopy full SHA for 4dc814d
src/test/java/org/utplsql/api/TestRunnerIT.java
@@ -38,7 +38,7 @@ void runWithoutCompatibilityCheck() throws SQLException, InvalidVersionException
38
DatabaseInformation databaseInformation = new DefaultDatabaseInformation();
39
40
// We can only test this for the versions of the latest TestRunnerStatement-Change
41
- if ( OptionalFeatures.CLIENT_CHARACTER_SET.isAvailableFor(databaseInformation.getUtPlsqlFrameworkVersion(getConnection())) ) {
+ if ( OptionalFeatures.RANDOM_EXECUTION_ORDER.isAvailableFor(databaseInformation.getUtPlsqlFrameworkVersion(getConnection())) ) {
42
new TestRunner()
43
.skipCompatibilityCheck(true)
44
.run(getConnection());
0 commit comments