fixed test count
Tokuhiro Matsuno [Tue, 7 Apr 2009 02:47:18 +0000 (11:47 +0900)]
t/030_roles/failing/005_role_conflict_detection.t

index 5be6ea6..d3051a2 100755 (executable)
@@ -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