Missed test
authorrangi <rangi>
Mon, 18 Jun 2007 07:28:58 +0000 (07:28 +0000)
committerrangi <rangi>
Mon, 18 Jun 2007 07:28:58 +0000 (07:28 +0000)
t/Output.t [deleted file]
t/Overdues.t [new file with mode: 0644]

diff --git a/t/Output.t b/t/Output.t
deleted file mode 100644 (file)
index 0716004..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-BEGIN { $| = 1; print "1..1\n"; }
-END {print "not ok 1\n" unless $loaded;}
-use C4::Accounts;
-$loaded = 1;
-print "ok 1\n";
diff --git a/t/Overdues.t b/t/Overdues.t
new file mode 100644 (file)
index 0000000..c13185d
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n"; }
+END {print "not ok 1\n" unless $loaded;}
+use C4::Overdues;
+$loaded = 1;
+print "ok 1\n";