summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/backupstore/testbackupstore.cpp3
1 files changed, 1 insertions, 2 deletions
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);
}