[svk-commit] r2571 - branches/bm/t/bm
nobody at bestpractical.com
nobody at bestpractical.com
Mon Oct 29 05:00:01 EDT 2007
Author: clsung
Date: Mon Oct 29 04:59:33 2007
New Revision: 2571
Modified:
branches/bm/t/bm/merge.t
Log:
- 4 => 3
Modified: branches/bm/t/bm/merge.t
==============================================================================
--- branches/bm/t/bm/merge.t (original)
+++ branches/bm/t/bm/merge.t Mon Oct 29 04:59:33 2007
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
use strict;
-use Test::More tests => 4;
+use Test::More tests => 3;
use SVK::Test;
use File::Path;
@@ -21,7 +21,6 @@
my ($copath, $corpath) = get_copath ('MyProject');
$svk->checkout('//mirror/MyProject/trunk',$copath);
-warn $output;
chdir($copath);
is_output_like ($svk, 'branch', ['--create', 'feature/foo','--switch-to'], qr'Project branch created: feature/foo');
More information about the svk-commit
mailing list