[svk-commit] r2183 - trunk/t

clkao at bestpractical.com clkao at bestpractical.com
Sun Nov 19 04:46:05 EST 2006


Author: clkao
Date: Sun Nov 19 04:46:05 2006
New Revision: 2183

Modified:
   trunk/t/28info.t

Log:
Tests for info on checkout node added with history.

Modified: trunk/t/28info.t
==============================================================================
--- trunk/t/28info.t	(original)
+++ trunk/t/28info.t	Sun Nov 19 04:46:05 2006
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-use Test::More tests => 15;
+use Test::More tests => 17;
 use strict;
 use SVK::Test;
 our $output;
@@ -35,3 +35,12 @@
 	  ['Path //info-root/blah does not exist.']);
 is_output($svk, 'info', ['//info-root at 1'],
 	   \@depot_info);
+
+is_output($svk, 'cp', ['//info-root at 1', 'blah'],
+	  ['A   blah']);
+
+# XXX: schedule info etc
+is_output($svk, 'info', ['blah'],
+	  [__('Checkout Path: /home/clkao/work/svk/t/checkout/info/blah'),
+	   'Depot Path: //info-root/blah',
+	   'Revision: 1', '']);


More information about the svk-commit mailing list