We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3d4b7 commit 7b328efCopy full SHA for 7b328ef
1 file changed
Orm/Xtensive.Orm.Manual/DomainAndSession/DomainAndSessionSample.cs
@@ -94,12 +94,13 @@ public void ConnectionStringTest()
94
}
95
96
[Test]
97
+ [Explicit("Needs MS SQL 2016 to be installed locally and also be available by localhost")]
98
public void ConnectionStringInAppConfigTest()
99
{
100
#region Connection string in App.config sample
101
102
// Creating new Domain configuration
- var config = LoadDomainConfiguration("mssql2005cs");
103
+ var config = LoadDomainConfiguration("mssql2016cs");
104
// Registering all types in the specified assembly and namespace
105
config.Types.Register(typeof (Person).Assembly, typeof(Person).Namespace);
106
// And finally building the domain
0 commit comments