diff UnitTestsSources/ServerIndexTests.cpp @ 3116:0fa7181ac4e5 db-changes

conrt
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Jan 2019 11:08:53 +0100
parents 61da3c9b4121
children f86ebf971a72
line wrap: on
line diff
--- a/UnitTestsSources/ServerIndexTests.cpp	Sat Jan 12 09:15:32 2019 +0100
+++ b/UnitTestsSources/ServerIndexTests.cpp	Sat Jan 12 11:08:53 2019 +0100
@@ -395,7 +395,7 @@
 
   CheckTableRecordCount(0, "Resources");
   CheckTableRecordCount(0, "AttachedFiles");
-  CheckTableRecordCount(3, "GlobalProperties");
+  CheckTableRecordCount(4, "GlobalProperties");  // 4 since 1.5.2 because of GlobalProperty_DatabasePatchLevel
 
   std::string tmp;
   ASSERT_TRUE(index_->LookupGlobalProperty(tmp, GlobalProperty_DatabaseSchemaVersion));