[svk-commit] r2927 - branches/mirror-boostrap/t/mirror
nobody at bestpractical.com
nobody at bestpractical.com
Wed Jun 18 09:48:11 EDT 2008
Author: clsung
Date: Wed Jun 18 09:48:10 2008
New Revision: 2927
Modified:
branches/mirror-boostrap/t/mirror/sync-bootstrap.t
Log:
- missing comma
Modified: branches/mirror-boostrap/t/mirror/sync-bootstrap.t
==============================================================================
--- branches/mirror-boostrap/t/mirror/sync-bootstrap.t (original)
+++ branches/mirror-boostrap/t/mirror/sync-bootstrap.t Wed Jun 18 09:48:10 2008
@@ -51,7 +51,7 @@
["No such dump file: ./no-such-file."]);
# this is real test
is_output($svk, mirror => ['--bootstrap',$dump->filename, '/m3/m', $uri],
- ['Mirror initialized. Run svk sync /m3/m to start mirroring.'
+ ['Mirror initialized. Run svk sync /m3/m to start mirroring.',
'Bootstrapping mirror from dump',
"Mirror path '/m3/m' synced from dumpfile."]);
More information about the svk-commit
mailing list