mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[core] Update bookmarks filenames
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -9,10 +9,10 @@ namespace osm_auth
|
||||
{
|
||||
using osm::OsmOAuth;
|
||||
|
||||
char const * kValidOsmUser = "OrganicMapsTestUser";
|
||||
char const * kValidOsmUser = "CoMapsTestUser";
|
||||
char const * kValidOsmPassword = "12345678";
|
||||
static constexpr char const * kInvalidOsmPassword = "123";
|
||||
static constexpr char const * kForgotPasswordEmail = "osmtest1@organicmaps.app";
|
||||
static constexpr char const * kForgotPasswordEmail = "osmtest1@comaps.app";
|
||||
|
||||
UNIT_TEST(OSM_Auth_InvalidLogin)
|
||||
{
|
||||
@@ -46,4 +46,4 @@ UNIT_TEST(OSM_Auth_ForgotPassword)
|
||||
TEST_EQUAL(result, false, ("Incorrect email"));
|
||||
}
|
||||
*/
|
||||
} // namespace osm_auth
|
||||
} // namespace osm_auth
|
||||
|
||||
Reference in New Issue
Block a user