adding database-dependent test libs.
authorAndrew Moore <andrew.moore@liblime.com>
Fri, 18 Apr 2008 15:58:31 +0000 (10:58 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 21 Apr 2008 16:26:28 +0000 (11:26 -0500)
commitd37e9712ebefa7742019bf7b6870610e8ff5d6d3
tree34434a9b5b7c82949c0b35e4aa43f7fecf80c59f
parent80568463eac45ede97268c02ee7d59028cb3ff9b
adding database-dependent test libs.

These test libs should have been included in the previous patch.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
t/lib/KohaTest.pm [new file with mode: 0644]
t/lib/KohaTest/Acquisition.pm [new file with mode: 0644]
t/lib/KohaTest/Acquisition/GetHistory.pm [new file with mode: 0644]
t/lib/KohaTest/Acquisition/GetLateOrders.pm [new file with mode: 0644]
t/lib/KohaTest/Acquisition/GetParcel.pm [new file with mode: 0644]
t/lib/KohaTest/Acquisition/GetParcels.pm [new file with mode: 0644]
t/lib/KohaTest/Acquisition/GetPendingOrders.pm [new file with mode: 0644]
t/lib/KohaTest/Acquisition/NewOrder.pm [new file with mode: 0644]
t/lib/KohaTest/Search.pm [new file with mode: 0644]
t/lib/KohaTest/Search/SimpleSearch.pm [new file with mode: 0644]