Bug 9039 - Tests in the basic test suite should only test code based on required...
authorChris Nighswonger <cnighswonger@foundations.edu>
Thu, 8 Nov 2012 21:14:52 +0000 (16:14 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 13 Nov 2012 01:03:40 +0000 (20:03 -0500)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
t/Cache_Memcached.t [deleted file]
t/optional/Cache_Memcached.t [new file with mode: 0755]

diff --git a/t/Cache_Memcached.t b/t/Cache_Memcached.t
deleted file mode 100755 (executable)
index a9366cc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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('Koha::Cache::Memcached');
-}
-
diff --git a/t/optional/Cache_Memcached.t b/t/optional/Cache_Memcached.t
new file mode 100755 (executable)
index 0000000..a9366cc
--- /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('Koha::Cache::Memcached');
+}
+