File tree Expand file tree Collapse file tree
Tests/UnitTests/Group01DataLayer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public void Test05SetUnathenticatedUserNonAzureOk()
8080
8181 //VERIFY
8282 var sc = new SqlConnectionStringBuilder ( con ) ;
83- sc . UserID . ShouldEqual ( "Homer " ) ;
83+ sc . UserID . ShouldEqual ( "jonsmith_Homer " ) ;
8484 sc . IntegratedSecurity . ShouldEqual ( false ) ;
8585 }
8686
@@ -95,7 +95,7 @@ public void Test06SetAdaUserNonAzureOk()
9595
9696 //VERIFY
9797 var sc = new SqlConnectionStringBuilder ( con ) ;
98- sc . UserID . ShouldEqual ( "Ada1 " ) ;
98+ sc . UserID . ShouldEqual ( "jonsmith_Ada1 " ) ;
9999 sc . IntegratedSecurity . ShouldEqual ( false ) ;
100100 }
101101
@@ -110,7 +110,7 @@ public void Test10SetUnathenticatedUserAzureOk()
110110
111111 //VERIFY
112112 var sc = new SqlConnectionStringBuilder ( con ) ;
113- sc . UserID . ShouldEqual ( "Homer @AzureServerName" ) ;
113+ sc . UserID . ShouldEqual ( "jonsmith_Homer @AzureServerName" ) ;
114114 sc . IntegratedSecurity . ShouldEqual ( false ) ;
115115 }
116116 }
You can’t perform that action at this time.
0 commit comments