create unit test files
authorNicole Engard <nengard@bywatersolutions.com>
Sat, 30 Oct 2010 03:41:25 +0000 (23:41 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sun, 31 Oct 2010 02:32:15 +0000 (22:32 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
t/Cache.t [new file with mode: 0644]
t/Review.t
t/Scheduler.t [new file with mode: 0644]

diff --git a/t/Cache.t b/t/Cache.t
new file mode 100644 (file)
index 0000000..75f5acf
--- /dev/null
+++ b/t/Cache.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::Cache');
+}
+
index 40e650f..90323bc 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 #
+#
 # This Koha test module is a stub!  
 # Add more tests here!!!
 
diff --git a/t/Scheduler.t b/t/Scheduler.t
new file mode 100644 (file)
index 0000000..5fd05b3
--- /dev/null
@@ -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::Scheduler');
+}
+