diff UnitTestsSources/ServerIndexTests.cpp @ 1218:efece308018e

report database version in /system
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Nov 2014 15:58:13 +0100
parents 1169528a9a5f
children 21d84e3acc0d
line wrap: on
line diff
--- a/UnitTestsSources/ServerIndexTests.cpp	Tue Nov 04 16:09:35 2014 +0100
+++ b/UnitTestsSources/ServerIndexTests.cpp	Thu Nov 06 15:58:13 2014 +0100
@@ -274,7 +274,7 @@
   ASSERT_TRUE(index_->LookupGlobalProperty(s, GlobalProperty_FlushSleep));
   ASSERT_FALSE(index_->LookupGlobalProperty(s, static_cast<GlobalProperty>(42)));
   ASSERT_EQ("World", s);
-  ASSERT_EQ("World", index_->GetGlobalProperty(GlobalProperty_FlushSleep));
+  ASSERT_EQ("World", index_->GetGlobalProperty(GlobalProperty_FlushSleep, ""));
   ASSERT_EQ("None", index_->GetGlobalProperty(static_cast<GlobalProperty>(42), "None"));
 
   FileInfo att;