[svk-commit] r2303 - in trunk: t

nobody at bestpractical.com nobody at bestpractical.com
Sat Mar 3 13:45:14 EST 2007


Author: clkao
Date: Sat Mar  3 13:45:14 2007
New Revision: 2303

Modified:
   trunk/   (props changed)
   trunk/t/10switch.t

Log:
 r7481 at ubuntu:  clkao | 2007-03-03 18:24:57 +0000
 tests for switch -r.


Modified: trunk/t/10switch.t
==============================================================================
--- trunk/t/10switch.t	(original)
+++ trunk/t/10switch.t	Sat Mar  3 13:45:14 2007
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 use strict;
-use Test::More tests => 15;
+use Test::More tests => 16;
 use SVK::Test;
 use File::Path;
 
@@ -67,3 +67,6 @@
 is_output ($svk, 'switch', ['//A-branch-renamed/P at 6', $corpath],
 	   ["Syncing //A-branch-new/P(/A-branch-new/P) in $corpath to 6."]);
 
+is_output ($svk, 'switch', [-r => 4, '//A-branch/P', $corpath],
+	   ["Syncing //A-branch-renamed/P(/A-branch-renamed/P) in $corpath to 4."]);
+


More information about the svk-commit mailing list