[svk-commit] r2766 - trunk/t/bm
nobody at bestpractical.com
nobody at bestpractical.com
Mon Apr 28 01:58:09 EDT 2008
Author: clsung
Date: Mon Apr 28 01:58:09 2008
New Revision: 2766
Modified:
trunk/t/bm/prop-setup.t
Log:
- for a property set-ed project, should info it and return
Modified: trunk/t/bm/prop-setup.t
==============================================================================
--- trunk/t/bm/prop-setup.t (original)
+++ trunk/t/bm/prop-setup.t Mon Apr 28 01:58:09 2008
@@ -2,7 +2,7 @@
# This test for trunk and/or branches are not in trunk/ and/or branches/ directories
use strict;
use SVK::Test;
-plan tests => 6;
+plan tests => 7;
our $output;
my ($xd, $svk) = build_test('test');
@@ -40,4 +40,6 @@
is_output ($svk, 'branch', ['--list'], ['bar']);
is_output ($svk, 'list', ['//mirror/nomeans/A-b/bar'],
['Q/' ,'be']);
+is_output ($svk, 'branch', ['--setup', '//mirror/nomeans/A'],
+ ['Project already set in properties: //mirror/nomeans/A']);
}
More information about the svk-commit
mailing list