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
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2017-06-22 16:44:54 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-07-05 16:41:38 +0300
commit4f0146194b6e4246ab8976a8545a419c587ba6df (patch)
treecbc807513a6c0693bf988d3b0b559bc733191f9d /ugc/api.hpp
parent4302e1a9b4b4bc85b35644409764406e0edb89b5 (diff)
[ugc] Fixes to tests.
Diffstat (limited to 'ugc/api.hpp')
-rw-r--r--ugc/api.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ugc/api.hpp b/ugc/api.hpp
index 56b53c365b..67961893c2 100644
--- a/ugc/api.hpp
+++ b/ugc/api.hpp
@@ -25,8 +25,8 @@ public:
void SetUGCUpdate(FeatureID const & id, UGCUpdate const & ugc);
- static UGC MakeTestUGC1();
- static UGC MakeTestUGC2();
+ static UGC MakeTestUGC1(Time now = Clock::now());
+ static UGC MakeTestUGC2(Time now = Clock::now());
private:
void GetUGCImpl(FeatureID const & id, UGCCallback callback);