[Koha-patches] [PATCH] [SIGNED-OFF] Create Unit Test for ImportBatch

Galen Charlton gmcharlt at gmail.com
Sat Oct 30 05:39:26 CEST 2010


From: Brian Engard <engard at gmail.com>

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 t/ImportBatch.t |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 t/ImportBatch.t

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



More information about the Koha-patches mailing list