bug 2295 [1/4]: moving C4::Dates tests into database dependent tests
authorAndrew Moore <andrew.moore@liblime.com>
Mon, 7 Jul 2008 17:54:51 +0000 (12:54 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 7 Jul 2008 21:32:27 +0000 (16:32 -0500)
commitda82cb539a47e4b70dcaf5c24ef0972d1d6e73d0
tree8c7b1f204c4de35ce68a03fe77a1df7f969fdaaf
parent4652b4dbc6b5ed22bc7ae273086772f1c1e31eea
bug 2295 [1/4]: moving C4::Dates tests into database dependent tests

the t/Dates.t tests were actually databasase dependent. This patch replaces
t/Dates.t with t/lib/KohaTest/Dates/Usage.pm that relies on a database.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
t/Dates.t [deleted file]
t/lib/KohaTest/Dates/Usage.pm [new file with mode: 0644]