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

Commit 2cb8451

Browse files
committed
Big re-factor of OrmLite's tests
1 parent 90e65b9 commit 2cb8451

35 files changed

+9955
-4588
lines changed

lib/ServiceStack.Common.dll

1.5 KB
Binary file not shown.

lib/ServiceStack.Common.pdb

6 KB
Binary file not shown.

lib/ServiceStack.Interfaces.dll

1 KB
Binary file not shown.

lib/ServiceStack.Text.XML

Lines changed: 16 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ServiceStack.Text.dll

3.5 KB
Binary file not shown.

lib/ServiceStack.Text.pdb

10 KB
Binary file not shown.
66 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<configSections>
4+
</configSections>
5+
<connectionStrings>
6+
<add name="ServiceStack.Common.Tests.Properties.Settings.authConnectionString"
7+
connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\auth.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"
8+
providerName="System.Data.SqlClient" />
9+
</connectionStrings>
10+
</configuration>
106 KB
Binary file not shown.

lib/tests/nunit.framework.dll

16 KB
Binary file not shown.

0 commit comments

Comments
 (0)