diff --git a/login_server/src/cpp/test/JSONInterface/TestJsonUpdateUserInfos.cpp b/login_server/src/cpp/test/JSONInterface/TestJsonUpdateUserInfos.cpp index 0e00276f6..3428c0656 100644 --- a/login_server/src/cpp/test/JSONInterface/TestJsonUpdateUserInfos.cpp +++ b/login_server/src/cpp/test/JSONInterface/TestJsonUpdateUserInfos.cpp @@ -241,7 +241,7 @@ TEST_F(TestJsonUpdateUserInfos, PasswordNotSecureEnough) delete result; } -/* + TEST_F(TestJsonUpdateUserInfos, PasswordCorrect) { JsonUpdateUserInfos jsonCall(mUserSession); @@ -277,7 +277,7 @@ TEST_F(TestJsonUpdateUserInfos, PasswordCorrect) delete result; } -*/ +//*/ TEST_F(TestJsonUpdateUserInfos, NoChanges) { JsonUpdateUserInfos jsonCall(mUserSession);