Start splitting the tests
authorTomas Doran <bobtfish@bobtfish.net>
Mon, 6 Feb 2012 22:53:53 +0000 (22:53 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Mon, 6 Feb 2012 23:06:44 +0000 (23:06 +0000)
commit1740a9b2269ff5d262486d9fb27362bc319273b0
tree22ea2263c8c52534acdd0afbc17050cbf7365bfc
parent20db6c2b1e1585872f945c8412660b574fec200b
Start splitting the tests
lib/Catalyst/Test.pm
t/aggregate/live_container_custom_container_nosugar.t
t/aggregate/live_container_custom_container_sugar.t
t/lib/TestAppCustomContainerNoSugar.pm [new file with mode: 0644]
t/lib/TestAppCustomContainerNoSugar/Container.pm [moved from t/lib/TestAppCustomContainer/NoSugarContainer.pm with 98% similarity]
t/lib/TestAppCustomContainerSugar.pm [new file with mode: 0644]
t/lib/TestAppCustomContainerSugar/Container.pm [moved from t/lib/TestAppCustomContainer/SugarContainer.pm with 91% similarity]
t/lib/TestCustomContainer.pm