Skip to content

Commit 811b044

Browse files
lawrinlawrin
authored andcommitted
Fix of little error in the exp pwd test causing build errors on some platforms.
1 parent 1cbdf7a commit 811b044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/bugs/bugs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ void bugs::expired_pwd()
307307
{
308308
/* In case of sql::mysql::mydeCL_CANT_HANDLE_EXP_PWD tests fail - means that in
309309
the setup where test is run the driver does not support expired password */
310-
ASSERT_EQUALS(1820, e.getErrorCode(), 1820/*ER_MUST_CHANGE_PASSWORD*/);
310+
ASSERT_EQUALS(1820, e.getErrorCode()/*ER_MUST_CHANGE_PASSWORD*/);
311311
}
312312

313313
// Now setting new password and getting fully functional connection

0 commit comments

Comments
 (0)