Skip to content

Commit 7b328ef

Browse files
committed
Update storage version and marked test explicit
1 parent be3d4b7 commit 7b328ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Orm/Xtensive.Orm.Manual/DomainAndSession/DomainAndSessionSample.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,13 @@ public void ConnectionStringTest()
9494
}
9595

9696
[Test]
97+
[Explicit("Needs MS SQL 2016 to be installed locally and also be available by localhost")]
9798
public void ConnectionStringInAppConfigTest()
9899
{
99100
#region Connection string in App.config sample
100101

101102
// Creating new Domain configuration
102-
var config = LoadDomainConfiguration("mssql2005cs");
103+
var config = LoadDomainConfiguration("mssql2016cs");
103104
// Registering all types in the specified assembly and namespace
104105
config.Types.Register(typeof (Person).Assembly, typeof(Person).Namespace);
105106
// And finally building the domain

0 commit comments

Comments
 (0)