Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2016-06-02 16:20:29 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-23 18:54:26 +0300
commit4d4327df754fb05696a9a3f6745e6bcf932780c6 (patch)
tree30d78150b8d93212f770ee8a38fa016fe41d3d1c /editor
parent15ec46c332ef8d94168c7f09a3054072f8b884d3 (diff)
[tests] Fix user stats and building level validation tests
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_tests/user_stats_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_tests/user_stats_test.cpp b/editor/editor_tests/user_stats_test.cpp
index 0d7f994c85..7150ea3bde 100644
--- a/editor/editor_tests/user_stats_test.cpp
+++ b/editor/editor_tests/user_stats_test.cpp
@@ -31,6 +31,7 @@ UNIT_TEST(UserStatsLoader_Smoke)
int32_t rank, changesCount;
TEST(userStats.GetRank(rank), ());
TEST(userStats.GetChangesCount(changesCount), ());
+
TEST_GREATER_OR_EQUAL(rank, 2100, ());
TEST_EQUAL(changesCount, 9, ());
}
@@ -47,6 +48,7 @@ UNIT_TEST(UserStatsLoader_Smoke)
int32_t rank, changesCount;
TEST(userStats.GetRank(rank), ());
TEST(userStats.GetChangesCount(changesCount), ());
+
TEST_GREATER_OR_EQUAL(rank, 2100, ());
TEST_EQUAL(changesCount, 9, ());
}