[svk-commit] r2995 - branches/seek_deleted_to/t

nobody at bestpractical.com nobody at bestpractical.com
Wed Jul 16 13:06:05 EDT 2008


Author: ruz
Date: Wed Jul 16 13:06:04 2008
New Revision: 2995

Modified:
   branches/seek_deleted_to/t/31cat.t

Log:
* change test in t/31cat.t according to the new code

Modified: branches/seek_deleted_to/t/31cat.t
==============================================================================
--- branches/seek_deleted_to/t/31cat.t	(original)
+++ branches/seek_deleted_to/t/31cat.t	Wed Jul 16 13:06:04 2008
@@ -35,6 +35,6 @@
 is_output ($svk, 'cat', ['-r1', '//A/foo.new'], ['foobar'],
 	   "cat -rN depotpath peg'ed");
 
-is_output_like($svk, 'cat', ['-r1', '//A/foo'], qr'not found');
+is_output($svk, 'cat', ['-r1', '//A/foo'], ['foobar']);
 
 is_output ($svk, 'cat', ['-r1', '//A/foo at 2'], ['foobar']);


More information about the svk-commit mailing list