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 aff919c commit cffabfaCopy full SHA for cffabfa
src/main/java/org/utplsql/api/TestRunner.java
@@ -157,7 +157,7 @@ public void run(Connection conn) throws SQLException {
157
} else {
158
compatibilityProxy = new CompatibilityProxy(conn, databaseInformation);
159
}
160
- logger.info("Running on utPLSQL {}", compatibilityProxy.getUtPlsqlVersion());
+ logger.info("Running on utPLSQL {}", compatibilityProxy.getVersionDescription());
161
162
if (reporterFactory == null) {
163
reporterFactory = ReporterFactory.createDefault(compatibilityProxy);
0 commit comments