Skip to content

Commit

Permalink
fix invalid version set
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 13, 2023
1 parent 1413a93 commit e7d6e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/_setupTestServices.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ component {
if ( len( arguments.dbFile ) ){
return {
class: 'org.hsqldb.jdbcDriver'
, bundleName: 'org.hsqldb.hsqldb'
, bundleName: 'org.lucee.hsqldb'
, bundleVersion: server.getDefaultBundleVersion( 'org.lucee.hsqldb', '2.7.2.jdk8' )
, connectionString: 'jdbc:hsqldb:#arguments.dbFile#/datasource/db;MODE=MySQL'
};
Expand Down

0 comments on commit e7d6e06

Please sign in to comment.