[svk-commit] r2313 - trunk/t
nobody at bestpractical.com
nobody at bestpractical.com
Tue Mar 6 07:10:41 EST 2007
Author: clkao
Date: Tue Mar 6 07:10:39 2007
New Revision: 2313
Added:
trunk/t/update-gone.t
Log:
test for r2312
Added: trunk/t/update-gone.t
==============================================================================
--- (empty file)
+++ trunk/t/update-gone.t Tue Mar 6 07:10:39 2007
@@ -0,0 +1,19 @@
+#!/usr/bin/perl -w
+use strict;
+use SVK::Test;
+plan tests => 1;
+our $output;
+
+# build another tree to be mirrored ourself
+my ($xd, $svk) = build_test();
+
+my $tree = create_basic_tree ($xd, '//');
+
+my ($copath, $corpath) = get_copath ('update-gone');
+
+$svk->checkout ('//A', $copath);
+
+$svk->rm('//A', -m => 'gone');
+
+is_output($svk, 'update', [$copath],
+ ['Path //A no longer exists.']);
More information about the svk-commit
mailing list