Bug 5327: Shifting a db dependent test to the right place
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 30 Jan 2012 23:48:13 +0000 (12:48 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 1 Feb 2012 17:15:19 +0000 (18:15 +0100)
Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
t/Reports.t [deleted file]
t/db_dependent/Reports.t [new file with mode: 0755]

diff --git a/t/Reports.t b/t/Reports.t
deleted file mode 100755 (executable)
index e28efd6..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/perl
-#
-# This Koha test module is a stub!  
-# Add more tests here!!!
-
-use strict;
-use warnings;
-
-use Test::More tests => 2;
-
-BEGIN {
-        use_ok('C4::Reports');
-}
-
-
-ok(GetDelimiterChoices(),"Testing getting delimeter choices");  #Not testing the value of the output just that it returns something.
diff --git a/t/db_dependent/Reports.t b/t/db_dependent/Reports.t
new file mode 100755 (executable)
index 0000000..e28efd6
--- /dev/null
@@ -0,0 +1,16 @@
+#!/usr/bin/perl
+#
+# This Koha test module is a stub!  
+# Add more tests here!!!
+
+use strict;
+use warnings;
+
+use Test::More tests => 2;
+
+BEGIN {
+        use_ok('C4::Reports');
+}
+
+
+ok(GetDelimiterChoices(),"Testing getting delimeter choices");  #Not testing the value of the output just that it returns something.