Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9514cbb

Browse files
committed
changed database name used in failing spec
1 parent d284095 commit 9514cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datastore-gorm-hibernate5/src/test/groovy/org/grails/orm/hibernate/connections/DataSourceConnectionSourceFactorySpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DataSourceConnectionSourceFactorySpec extends Specification {
1616
when:
1717
DataSourceConnectionSourceFactory factory = new DataSourceConnectionSourceFactory()
1818
Map config = [
19-
'dataSource.url':"jdbc:h2:mem:grailsDB;MVCC=TRUE;LOCK_TIMEOUT=10000",
19+
'dataSource.url':"jdbc:h2:mem:dsConnDsFactorySpecDb;MVCC=TRUE;LOCK_TIMEOUT=10000",
2020
'dataSource.dbCreate': 'update',
2121
'dataSource.dialect': Oracle8iDialect.name,
2222
'dataSource.properties.dbProperties': [useSSL: false]

0 commit comments

Comments
 (0)