diff --git a/login_server/src/cpp/test/JSONInterface/TestJsonUpdateUserInfos.cpp b/login_server/src/cpp/test/JSONInterface/TestJsonUpdateUserInfos.cpp index 80ac047a1..0e00276f6 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);