[Koha-patches] [PATCH] [SIGNED-OFF] Bug 5327: Add unit test for ItemType.pm

Ian Walls ian.walls at bywatersolutions.com
Sun Oct 31 10:15:22 CET 2010


From: Nate Curulla <nate at bywatersolutions.com>


Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
---
 t/ItemType.t |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100755 t/ItemType.t

diff --git a/t/ItemType.t b/t/ItemType.t
new file mode 100755
index 0000000..de7a4e2
--- /dev/null
+++ b/t/ItemType.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::ItemType');
+}
+
-- 
1.5.6.5



More information about the Koha-patches mailing list