bug 2295 [followup 2/2]: initialize data in startup method
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 7 Jul 2008 17:54:52 +0000 (12:54 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 7 Jul 2008 21:32:33 +0000 (16:32 -0500)
commitb1cb1708dfc35370ee704b94a5e925248f6f0f35
treee747e33e749200b153197e06858eccaa43e00239
parente0a9c58be7ea04d451e270789db4e02abab55e55
bug 2295 [followup 2/2]: initialize data in startup method

It was observed that the %thash and @formats variables
were not being properly initalized during a make single-test run.

To ensure initialization, created startup and shutdown
methods to initialize those values as part of the
test object.

I have not yet investigated why the original way of
setting up %thash and @formats did not work.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
t/lib/KohaTest/Dates/Usage.pm