]> git.koha-community.org Git - koha.git/commit
Bug 5327: More basic unit tests for C4 modules
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 31 Oct 2010 22:25:46 +0000 (18:25 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 1 Nov 2010 19:03:11 +0000 (15:03 -0400)
commit2d2e61bdb49d18fab2f9c7e55e2ae2e3ddbb60d4
tree43131a9256dba691ea04f402bc8b1b6d50a9cfee
parentb4d75c2648faef42ba990d0aeb97a85929cfdc80
Bug 5327: More basic unit tests for C4 modules

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
35 files changed:
t/AuthoritiesMarc_MARC21.t [new file with mode: 0755]
t/AuthoritiesMarc_UNIMARC.t [new file with mode: 0755]
t/Barcodes_annual.t [new file with mode: 0755]
t/Barcodes_hbyymmincr.t [new file with mode: 0755]
t/Barcodes_incremental.t [new file with mode: 0755]
t/Cache_FastMemcached.t [new file with mode: 0755]
t/Cache_Memcached.t [new file with mode: 0755]
t/Cache_Memoize_Memcached.t [new file with mode: 0755]
t/ClassSortRoutine_Dewey.t [new file with mode: 0755]
t/ClassSortRoutine_Generic.t [new file with mode: 0755]
t/ClassSortRoutine_LCC.t [new file with mode: 0755]
t/External_BakerTaylor.t [new file with mode: 0755]
t/External_Syndetics.t [new file with mode: 0755]
t/Form_MessagingPreferences.t [new file with mode: 0755]
t/Heading_MARC21.t [new file with mode: 0755]
t/ILSDI_Services.t [new file with mode: 0755]
t/ILSDI_Utility.t [new file with mode: 0755]
t/Installer_PerlDependencies.t [new file with mode: 0755]
t/Installer_PerlModules.t [new file with mode: 0755]
t/Members_AttributeTypes.t [new file with mode: 0755]
t/Members_Messaging.t [new file with mode: 0755]
t/Output_JSONStream.t [new file with mode: 0755]
t/Patroncards_Batch.t [new file with mode: 0755]
t/Patroncards_Layout.t [new file with mode: 0755]
t/Patroncards_Lib.t [new file with mode: 0755]
t/Patroncards_Patroncard.t [new file with mode: 0755]
t/Patroncards_Profile.t [new file with mode: 0755]
t/Patroncards_Template.t [new file with mode: 0755]
t/Reports_Guided.t [new file with mode: 0755]
t/SIP_ILS.t [new file with mode: 0755]
t/SIP_SIPServer.t [new file with mode: 0755]
t/SIP_Sip.t [new file with mode: 0755]
t/Search_PazPar2.t [new file with mode: 0755]
t/VirtualShelves_Merge.t [new file with mode: 0755]
t/VirtualShelves_Page.t [new file with mode: 0755]