Skip to content

Commit de7c50d

Browse files
committed
Fix test connection url for firebirdnext
1 parent 2eabbe7 commit de7c50d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Orm/Xtensive.Orm.Tests.Framework/Orm.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<!-- A hook to have abitity to check and test newer, yet not supported, versions without adding them to the file -->
9696
<!-- This allows to override it in storage configuration files -->
9797
<domain name="firebirdnext"
98-
connectionUrl="sqlserver://localhost/DO-Tests?MultipleActiveResultSets=True" />
98+
connectionUrl="firebird://dotest:dotest@localhost:3053/dotest" />
9999

100100
<domain name="sqlite3"
101101
connectionUrl="sqlite:///DO-Tests.db3" />

0 commit comments

Comments
 (0)