summaryrefslogtreecommitdiff
path: root/test/bbackupd/testbbackupd.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-12-10 19:17:17 +0000
committerChris Wilson <chris+github@qwirx.com>2014-12-10 19:17:17 +0000
commit5da2cf8500e82fda7037decfb09566ecac3e401e (patch)
tree382b45fb720cbad14232cddb4360eaeb3187b13d /test/bbackupd/testbbackupd.cpp
parentd2263bfc60c65e153a2469648690f09c3149ed17 (diff)
Add comment to explain why freshly extracted files should be backed up.
Hopefully will help anyone trying to debug this test in future.
Diffstat (limited to 'test/bbackupd/testbbackupd.cpp')
-rw-r--r--test/bbackupd/testbbackupd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index fd35aee3..34928bfb 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -2083,6 +2083,9 @@ bool test_bbackupd_uploads_files()
// TODO FIXME dedent
{
+ // The files were all unpacked with timestamps in the past,
+ // so no delay should be needed to make them eligible to be
+ // backed up.
bbackupd.RunSyncNow();
TEST_COMPARE(Compare_Same);
}