Created unit testing using the testdatabase for XISBN.
authorZach Sim <joseph.zachariah.sim@gmail.com>
Tue, 18 Jan 2011 02:25:22 +0000 (15:25 +1300)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Thu, 20 Jan 2011 22:49:28 +0000 (17:49 -0500)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit f2d575c92c8f445ac41acb2b78c52a5d7be17b6d)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
t/XISBN.t [deleted file]
t/db_dependent/XISBN.t [new file with mode: 0755]

diff --git a/t/XISBN.t b/t/XISBN.t
deleted file mode 100755 (executable)
index 9e08efb..0000000
--- a/t/XISBN.t
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/perl
-#
-# This Koha test module is a stub!  
-# Add more tests here!!!
-
-use strict;
-use warnings;
-
-use Test::More tests => 1;
-
-BEGIN {
-        use_ok('C4::XISBN');
-}
-
diff --git a/t/db_dependent/XISBN.t b/t/db_dependent/XISBN.t
new file mode 100755 (executable)
index 0000000..9e08efb
--- /dev/null
@@ -0,0 +1,14 @@
+#!/usr/bin/perl
+#
+# This Koha test module is a stub!  
+# Add more tests here!!!
+
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+
+BEGIN {
+        use_ok('C4::XISBN');
+}
+