Bug 12918: fix failing test case
authorRobin Sheat <robin@catalyst.net.nz>
Mon, 15 Sep 2014 02:08:03 +0000 (14:08 +1200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 15 Sep 2014 13:53:00 +0000 (10:53 -0300)
commit8a63c17f79d63bcdb669b74b084b83b65295d246
treec4d6f4693f1fd1b98ad36b10c7f2a2d8a968e6af
parent692e0572e1a1f96412ac665d090ccb08cd4b9132
Bug 12918: fix failing test case

A bug in a test case causes test case failure. It also required a
database, so I'm moving it out of the way.

Test plan:
1) prove -v t/db_dependent/Templates.t
   -- bombs!
2) apply patch
3) prove -v t/db_dependent/Templates.t
   -- works!

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Good catch Robin, it didn't fail in Perl 5.18 so didn't notice the mistake.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
t/Templates.t [deleted file]
t/db_dependent/Templates.t [new file with mode: 0755]