[Bps-public-commit] r15127 - in Shipwright: trunk/t
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Aug 13 11:50:02 EDT 2008
Author: sunnavy
Date: Wed Aug 13 11:49:58 2008
New Revision: 15127
Modified:
Shipwright/branches/1.10/t/71.script_cmds.t
Shipwright/trunk/t/71.script_cmds.t
Log:
fix skip numbers
Modified: Shipwright/branches/1.10/t/71.script_cmds.t
==============================================================================
--- Shipwright/branches/1.10/t/71.script_cmds.t (original)
+++ Shipwright/branches/1.10/t/71.script_cmds.t Wed Aug 13 11:49:58 2008
@@ -14,8 +14,7 @@
start_test($repo);
SKIP: {
- skip "no svn found", Test::More->builder->expected_tests / 2
- unless has_svn();
+ skip "no svn found", 39 unless has_svn();
my $repo = 'svn:' . create_svn_repo() . '/hello';
@@ -31,8 +30,7 @@
}
SKIP: {
- skip "no svk and svnadmin found", Test::More->builder->expected_tests / 2,
- unless has_svk();
+ skip "no svk and svnadmin found", 39 unless has_svk();
create_svk_repo();
Modified: Shipwright/trunk/t/71.script_cmds.t
==============================================================================
--- Shipwright/trunk/t/71.script_cmds.t (original)
+++ Shipwright/trunk/t/71.script_cmds.t Wed Aug 13 11:49:58 2008
@@ -14,8 +14,7 @@
start_test($repo);
SKIP: {
- skip "no svn found", Test::More->builder->expected_tests / 2
- unless has_svn();
+ skip "no svn found", 39 unless has_svn();
my $repo = 'svn:' . create_svn_repo() . '/hello';
@@ -31,8 +30,7 @@
}
SKIP: {
- skip "no svk and svnadmin found", Test::More->builder->expected_tests / 2,
- unless has_svk();
+ skip "no svk and svnadmin found", 39 unless has_svk();
create_svk_repo();
More information about the Bps-public-commit
mailing list