Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit dc701e8

Browse files
Update OrmLiteTestBase.cs
1 parent 3d60899 commit dc701e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ServiceStack.OrmLite.FirebirdTests/OrmLiteTestBase.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public class OrmLiteTestBase
1515

1616
protected string GetFileConnectionString()
1717
{
18-
// add ormlite-tests.fdb = D:\\ormlite-tests.fdb to your firebird alias.conf
19-
return ConfigurationManager.ConnectionStrings["testDb"].ConnectionString;
18+
// add ormlite-tests.fdb = {PATH TO FDB FILE} D:\\ormlite-tests.fdb to your firebird alias.conf
19+
return "User=SYSDBA;Password=masterkey;Database=ormlite-tests.fdb;DataSource=localhost;Dialect=3;charset=ISO8859_1;MinPoolSize=0;MaxPoolSize=100;";
2020
}
2121

2222
protected void CreateNewDatabase()
@@ -38,4 +38,4 @@ public void Log(string text)
3838
Console.WriteLine(text);
3939
}
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)