]> git.koha-community.org Git - koha.git/commit
Bug 5448 Use Test::More in Boolean.t
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 26 Nov 2010 16:31:34 +0000 (16:31 +0000)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 1 Dec 2010 21:54:52 +0000 (16:54 -0500)
commitc99ce7f3fdd12ad46329484ddf5d51e775d05e75
tree18456b8a7a2faecfe8145776e318f2d44389f636
parentfaead6cbd2ef6693c0eed2db14d7776f432b1307
Bug 5448 Use Test::More in Boolean.t

Use Test::More's structure as more readable
Replaced a test of an used function with a use_ok test
of the module

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 78be08c73e4265a996c4777a90757fd66991320a)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
t/Boolean.t