Bug 2505 - Add commented use warnings where missing in *.t
authorDonovan Jones <donovan@catalyst.net.nz>
Mon, 19 Apr 2010 00:02:46 +0000 (12:02 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:29:31 +0000 (20:29 +1200)
t/Boolean.t
t/db_dependent/VirtualShelves.t

index f0d2cc1..4810833 100755 (executable)
@@ -2,6 +2,7 @@
 #
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Boolean;
 
 use vars qw( @tests );
index 75f366b..f4110fa 100755 (executable)
@@ -7,6 +7,7 @@
 
 use Test;
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Context;
 
 # Making 30 tests.