From 7350aca3277d84d4818ecb34fb38bc24f9f72710 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 13 Feb 2014 23:19:28 +0000 Subject: Revert part of patch that caused compile errors. This reverts commit 59c3fdf8be1def3f237a4b51eb27773b4f42bbcd. --- test/backupstore/testbackupstore.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/backupstore') diff --git a/test/backupstore/testbackupstore.cpp b/test/backupstore/testbackupstore.cpp index 49cfe289..af1d9791 100644 --- a/test/backupstore/testbackupstore.cpp +++ b/test/backupstore/testbackupstore.cpp @@ -1645,8 +1645,7 @@ int test_server(const char *hostname) // Attributes TEST_THAT(dir.HasAttributes()); - TEST_EQUAL(FAKE_ATTR_MODIFICATION_TIME, - dir.GetAttributesModTime()); + TEST_EQUAL(9837429842987984LL, dir.GetAttributesModTime()); StreamableMemBlock attr(attr1, sizeof(attr1)); TEST_THAT(dir.GetAttributes() == attr); } -- cgit v1.2.3