Skip to content

Fix implementation and enable more tests

Antoine Mottier requested to merge fix-email-country into master
  • Fix setUserCountry: don't try to update uid.
  • Fix getUserCountry that was testing object type with incorrect class.
  • Fix getEmail debug message.
  • Enable again testLoginInvalidUser after providing a valid encrypted password.
  • Enable testGetUserCountryAlex and testSetUserCountryAlex after fixing getUserCountry and setUserCountry.
  • Add FIXME notes on some disabled tests.
  • Fix some potential NPE.

Merge request reports