File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/MySqlConnector.Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public void ParseConnectionString()
114
114
"allow zero datetime=true;" +
115
115
"auto enlist=False;" +
116
116
"certificate file=file.pfx;" +
117
- "certificate password=Pass1234 ;" +
117
+ "certificate password=Pass2345 ;" +
118
118
"certificate store location=CurrentUser;" +
119
119
"certificate thumb print=thumbprint123;" +
120
120
"Character Set=latin1;" +
@@ -175,7 +175,7 @@ public void ParseConnectionString()
175
175
// Connector/NET treats "CertificateFile" (client certificate) and "SslCa" (server CA) as aliases
176
176
Assert . Equal ( "file.pfx" , csb . CertificateFile ) ;
177
177
#endif
178
- Assert . Equal ( "Pass1234 " , csb . CertificatePassword ) ;
178
+ Assert . Equal ( "Pass2345 " , csb . CertificatePassword ) ;
179
179
Assert . Equal ( MySqlCertificateStoreLocation . CurrentUser , csb . CertificateStoreLocation ) ;
180
180
Assert . Equal ( "thumbprint123" , csb . CertificateThumbprint ) ;
181
181
Assert . Equal ( "latin1" , csb . CharacterSet ) ;
You can’t perform that action at this time.
0 commit comments