Bug 5327 - move another test around
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 1 Feb 2012 00:52:53 +0000 (13:52 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 1 Feb 2012 17:15:21 +0000 (18:15 +0100)
t/Csv.t [deleted file]
t/db_dependent/Csv.t [new file with mode: 0755]

diff --git a/t/Csv.t b/t/Csv.t
deleted file mode 100755 (executable)
index 17cd8bb..0000000
--- a/t/Csv.t
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl
-#
-# This Koha test module is a stub!  
-# Add more tests here!!!
-
-use strict;
-use warnings;
-
-use Test::More tests => 4;
-
-BEGIN {
-        use_ok('C4::Csv');
-}
-
-ok(C4::Csv::GetCsvProfiles(), 'test getting csv profiles');
-is(C4::Csv::GetCsvProfile(),undef, 'test getting csv profiles');
-
-ok(C4::Csv::GetCsvProfilesLoop(), 'test getting profile loop');
diff --git a/t/db_dependent/Csv.t b/t/db_dependent/Csv.t
new file mode 100755 (executable)
index 0000000..17cd8bb
--- /dev/null
@@ -0,0 +1,18 @@
+#!/usr/bin/perl
+#
+# This Koha test module is a stub!  
+# Add more tests here!!!
+
+use strict;
+use warnings;
+
+use Test::More tests => 4;
+
+BEGIN {
+        use_ok('C4::Csv');
+}
+
+ok(C4::Csv::GetCsvProfiles(), 'test getting csv profiles');
+is(C4::Csv::GetCsvProfile(),undef, 'test getting csv profiles');
+
+ok(C4::Csv::GetCsvProfilesLoop(), 'test getting profile loop');