Deleting Date::Manip
[koha_fer] / t / koha.t
index b0b7e92..f4ba20f 100644 (file)
--- a/t/koha.t
+++ b/t/koha.t
@@ -4,6 +4,9 @@ use C4::Koha;
 $loaded = 1;
 print "ok 1\n";
 
+#
+# test that &slashifyDate returns correct (non-US) date
+#
 $date = "01/01/2002";
 $newdate = &slashifyDate("2002-01-01");
 
@@ -12,3 +15,5 @@ if ($date eq $newdate) {
 } else {
     print "not ok 2\n";
 }
+
+