Bug 5327 Starting tests for BackgroundJob
authorjohnboy <chansey.killer@hotmail.com>
Mon, 17 Jan 2011 22:06:05 +0000 (11:06 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 17 Jan 2011 22:56:48 +0000 (11:56 +1300)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
t/BackgroundJob.t [new file with mode: 0644]

diff --git a/t/BackgroundJob.t b/t/BackgroundJob.t
new file mode 100644 (file)
index 0000000..8885f05
--- /dev/null
@@ -0,0 +1,15 @@
+#!/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::BackgroundJob');
+}
+
+