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

Brian Engard engard at gmail.com
Sat Oct 30 05:34:34 CEST 2010


---
 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.2.3



More information about the Koha-patches mailing list