[Koha-patches] [PATCH] [SIGNED-OFF 1/2] Adding a simple test for Service.pm

Galen Charlton gmcharlt at gmail.com
Sat Oct 30 04:44:26 CEST 2010


From: Liz Rea <lrea at nekls.org>

At the advisement of the great Chris Cormack. (thanks for the lesson)

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

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



More information about the Koha-patches mailing list