We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbdf7a commit 811b044Copy full SHA for 811b044
test/unit/bugs/bugs.cpp
@@ -307,7 +307,7 @@ void bugs::expired_pwd()
307
{
308
/* In case of sql::mysql::mydeCL_CANT_HANDLE_EXP_PWD tests fail - means that in
309
the setup where test is run the driver does not support expired password */
310
- ASSERT_EQUALS(1820, e.getErrorCode(), 1820/*ER_MUST_CHANGE_PASSWORD*/);
+ ASSERT_EQUALS(1820, e.getErrorCode()/*ER_MUST_CHANGE_PASSWORD*/);
311
}
312
313
// Now setting new password and getting fully functional connection
0 commit comments