From 23a19c6c9ab7a31584a452f56e870586f4cbcaee Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Mon, 19 Apr 2010 12:02:46 +1200 Subject: [PATCH] Bug 2505 - Add commented use warnings where missing in *.t --- t/Boolean.t | 1 + t/db_dependent/VirtualShelves.t | 1 + 2 files changed, 2 insertions(+) diff --git a/t/Boolean.t b/t/Boolean.t index f0d2cc1c87..4810833643 100755 --- a/t/Boolean.t +++ b/t/Boolean.t @@ -2,6 +2,7 @@ # use strict; +#use warnings; FIXME - Bug 2505 use C4::Boolean; use vars qw( @tests ); diff --git a/t/db_dependent/VirtualShelves.t b/t/db_dependent/VirtualShelves.t index 75f366bb76..f4110faa8e 100755 --- a/t/db_dependent/VirtualShelves.t +++ b/t/db_dependent/VirtualShelves.t @@ -7,6 +7,7 @@ use Test; use strict; +#use warnings; FIXME - Bug 2505 use C4::Context; # Making 30 tests. -- 2.20.1