[svk-commit] r2675 - branches/mirror-boostrap/t/mirror

nobody at bestpractical.com nobody at bestpractical.com
Sun Jan 13 22:51:10 EST 2008


Author: clsung
Date: Sun Jan 13 22:51:10 2008
New Revision: 2675

Modified:
   branches/mirror-boostrap/t/mirror/sync-bootstrap.t

Log:
- test another input format

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	Sun Jan 13 22:51:10 2008
@@ -50,7 +50,7 @@
 is_output($svk, mirror => ['--bootstrap=./no-such-file', '/m3/m', $uri],
           ["No such dump file: ./no-such-file."]);
 # this is real test
-is_output($svk, mirror => ['--bootstrap='.$dump, '/m3/m', $uri],
+is_output($svk, mirror => ['--bootstrap',$dump->filename, '/m3/m', $uri],
           ["Mirror initialized.",
 	   "Mirror path '/m3/m' synced from dumpfile."]);
 


More information about the svk-commit mailing list