[svk-commit] r2302 - in trunk: t/mirror
nobody at bestpractical.com
nobody at bestpractical.com
Sat Mar 3 13:44:34 EST 2007
Author: clkao
Date: Sat Mar 3 13:44:33 2007
New Revision: 2302
Modified:
trunk/ (props changed)
trunk/t/mirror/sync-escape.t
Log:
r7480 at ubuntu: clkao | 2007-03-03 18:24:05 +0000
Tests for depotpaths with space.
Modified: trunk/t/mirror/sync-escape.t
==============================================================================
--- trunk/t/mirror/sync-escape.t (original)
+++ trunk/t/mirror/sync-escape.t Sat Mar 3 13:44:33 2007
@@ -4,7 +4,7 @@
use SVK::Test;
#plan skip_all => 'blah';
eval { require SVN::Mirror; 1 } or plan skip_all => 'require SVN::Mirror';
-plan tests => 7;
+plan tests => 8;
my ($xd, $svk) = build_test('test');
my ($copath, $corpath) = get_copath ('sync-escape');
@@ -70,3 +70,10 @@
'Retrieving log information from 9 to 9',
'Committed revision 10 from revision 9.']);
+
+$svk->mkdir(-m => 'dir with space', '/test/Project Space');
+
+is_output($svk, 'sync', [-t10 => '//m'],
+ ["Syncing $uri",
+ 'Retrieving log information from 10 to 10',
+ 'Committed revision 11 from revision 10.']);
More information about the svk-commit
mailing list