Throw errors if we got em
Shawn M Moore [Tue, 28 Apr 2009 07:51:46 +0000 (03:51 -0400)]
t/20_policies.t

index bd6f005..c8b9447 100644 (file)
@@ -67,7 +67,7 @@ for my $policy ( sort keys %$subtests ) {
             }
         }
         else {
-            #die $EVAL_ERROR if $EVAL_ERROR;
+            die $EVAL_ERROR if $EVAL_ERROR;
             is($number_of_violations, $subtest->{failures}, $desc);
         }
     }