[Box Backup-dev] COMMIT r814 - box/chris/general/test/bbackupd

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sun, 27 Aug 2006 22:36:35 +0100


Author: chris
Date: 2006-08-27 22:36:35 +0100 (Sun, 27 Aug 2006)
New Revision: 814

Modified:
   box/chris/general/test/bbackupd/testbbackupd.cpp
Log:
* test/bbackupd/testbbackupd.cpp
- Fixed typo


Modified: box/chris/general/test/bbackupd/testbbackupd.cpp
===================================================================
--- box/chris/general/test/bbackupd/testbbackupd.cpp	2006-08-27 21:35:50 UTC (rev 813)
+++ box/chris/general/test/bbackupd/testbbackupd.cpp	2006-08-27 21:36:35 UTC (rev 814)
@@ -783,7 +783,7 @@
 
 		// Update a file (will be uploaded as a diff)
 		{
-			// Check that the file is over the diffing threshold in the bbstored.conf file
+			// Check that the file is over the diffing threshold in the bbackupd.conf file
 			TEST_THAT(TestGetFileSize("testfiles/TestDir1/f45.df") > 1024);
 			
 			// Add a bit to the end
@@ -1601,4 +1601,3 @@
 
 	return 0;
 }
-