Bug 9142 - Remove the use of subtests
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 26 Nov 2012 13:39:51 +0000 (10:39 -0300)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 29 Nov 2012 02:23:43 +0000 (15:23 +1300)
commit74bb56fbb3362599b5a75b3a421746c37529600c
tree40b0a13dfcccce766216d94b186baaba1e43bf76
parent3effd8b33614b6c1099b6e2aeff387f166825f09
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>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
All tests passing in 3.10.x

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
All tests passing in 3.8.x
t/Calendar.t