summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-09-01 07:57:05 +0000
committerChris Wilson <chris+github@qwirx.com>2006-09-01 07:57:05 +0000
commit66e7ea3352c7025bd171a87c714cc6f7d45d271a (patch)
tree6f05eaec457c07a14bbf3dcf65b2f9fb061a1942 /test
parentfc470983d6d94a41fbdf9e8d1dc4a154993d8467 (diff)
(refs #3)
Cosmetic fixes to comments
Diffstat (limited to 'test')
-rw-r--r--test/backupdiff/testbackupdiff.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/backupdiff/testbackupdiff.cpp b/test/backupdiff/testbackupdiff.cpp
index a1b4287e..c5301d9b 100644
--- a/test/backupdiff/testbackupdiff.cpp
+++ b/test/backupdiff/testbackupdiff.cpp
@@ -486,7 +486,8 @@ int test(int argc, const char *argv[])
}
#endif
- // Check that diffing against a file which isn't "complete" and referes another isn't allowed
+ // Check that diffing against a file which isn't "complete" and
+ // references another isn't allowed
{
FileStream blockindex("testfiles/f1.diff");
BackupStoreFile::MoveStreamPositionToBlockIndex(blockindex);
@@ -498,8 +499,10 @@ int test(int argc, const char *argv[])
0, 0), BackupStoreException, CannotDiffAnIncompleteStoreFile);
}
- // Found a nasty case where files of lots of the same thing sock up lots of processor
- // time -- because of lots of matches found. Check this out!
+ // Found a nasty case where files of lots of the same thing
+ // suck up lots of processor time -- because of lots of matches
+ // found. Check this out!
+
make_file_of_zeros("testfiles/zero.0", 20*1024*1024);
make_file_of_zeros("testfiles/zero.1", 200*1024*1024);
// Generate a first encoded file