Bug 9142 - Remove the use of subtests
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 26 Nov 2012 13:39:51 +0000 (10:39 -0300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 28 Nov 2012 12:19:34 +0000 (07:19 -0500)
commit18b83eedd37d639f88b658fa412e42c96fb40345
tree68ee3900a9078efbb5a794e589843288a03b4fd7
parent081e1ba4c31151db8a3c52a8daa96931a5ac544f
Bug 9142 - Remove the use of subtests

Debian stable's version of Test::More is older than the one I used on my
12.04 dev box, and doesn't support subtests, which I used to avoid side
effects between different test scenarios.

This patch removes that subtest definition.

Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All tests pass.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
t/Calendar.t