Changeset 1002
- Timestamp:
- 12/10/2006 23:21:32 (5 years ago)
- File:
-
- 1 edited
-
box/trunk/test/backupdiff/testbackupdiff.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/test/backupdiff/testbackupdiff.cpp
r1001 r1002 487 487 #endif 488 488 489 // Check that diffing against a file which isn't "complete" and referes another isn't allowed 489 // Check that diffing against a file which isn't "complete" and 490 // references another isn't allowed 490 491 { 491 492 FileStream blockindex("testfiles/f1.diff"); … … 499 500 } 500 501 501 // Found a nasty case where files of lots of the same thing sock up lots of processor 502 // time -- because of lots of matches found. Check this out! 502 // Found a nasty case where files of lots of the same thing 503 // suck up lots of processor time -- because of lots of matches 504 // found. Check this out! 505 503 506 make_file_of_zeros("testfiles/zero.0", 20*1024*1024); 504 507 make_file_of_zeros("testfiles/zero.1", 200*1024*1024);
Note: See TracChangeset
for help on using the changeset viewer.
