]> git.koha-community.org Git - koha.git/commit
Bug 8524 follow-up: fix broken test
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 9 Aug 2012 11:45:05 +0000 (07:45 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 13 Sep 2012 20:56:27 +0000 (08:56 +1200)
commitdca40027525432f7c02f559acd8a8cf89000dc8d
tree44c708e5b6155912a91ae5136b1302e5037b9435
parentb194cb71d072ef0bbc7b687a95a286236692504c
Bug 8524 follow-up: fix broken test

The t/Barcodes_ValueBuilder.t test had the wrong number of tests
declared, and rather than checking that a variable was undefined I was
checking that it had a length of zero. Fixed both issues.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
t/Barcodes_ValueBuilder.t