From: Tokuhiro Matsuno Date: Tue, 7 Apr 2009 02:47:18 +0000 (+0900) Subject: fixed test count X-Git-Tag: 0.20~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e73a98328155f149e689f8842e98ffa18a08ba6b;p=gitmo%2FMouse.git fixed test count --- diff --git a/t/030_roles/failing/005_role_conflict_detection.t b/t/030_roles/failing/005_role_conflict_detection.t index 5be6ea6..d3051a2 100755 --- a/t/030_roles/failing/005_role_conflict_detection.t +++ b/t/030_roles/failing/005_role_conflict_detection.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 87; # it's really 124 with kolibrie's tests; +use Test::More tests => 88; # it's really 124 with kolibrie's tests; use Test::Exception; =pod