Create Unit Test for ImportBatch
authorBrian Engard <engard@gmail.com>
Sat, 30 Oct 2010 03:39:26 +0000 (23:39 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sun, 31 Oct 2010 02:37:01 +0000 (22:37 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
t/ImportBatch.t [new file with mode: 0644]

diff --git a/t/ImportBatch.t b/t/ImportBatch.t
new file mode 100644 (file)
index 0000000..3c4935c
--- /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::ImportBatch');
+}
+