You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database=newDatabase(TestDatabase.Connection,newSqlServer2008DatabaseType(){UseOutputClause=false},IsolationLevel.ReadUncommitted);// Need read uncommitted for the transaction tests
41
+
Database=newDatabase(TestDatabase.Connection,newSqlServer2008DatabaseType(){UseOutputClause=false},SqlClientFactory.Instance,IsolationLevel.ReadUncommitted);// Need read uncommitted for the transaction tests
34
42
break;
35
43
36
44
case3:// SQL Server
@@ -40,11 +48,12 @@ public void SetUp()
40
48
case7:// Postgres
41
49
Assert.Fail("Database platform not supported for unit testing");
0 commit comments