From: Chris Cormack Date: Mon, 30 Jan 2012 23:48:13 +0000 (+1300) Subject: Bug 5327: Shifting a db dependent test to the right place X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=227cafe8c2d7fd321c77a807d1196f43d5ba450a;hp=a0c1414f6d7e431dd0c6bc55f0dd11b55951df81;p=koha.git Bug 5327: Shifting a db dependent test to the right place Signed-off-by: Robin Sheat --- diff --git a/t/Reports.t b/t/Reports.t deleted file mode 100755 index e28efd682e..0000000000 --- a/t/Reports.t +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/perl -# -# This Koha test module is a stub! -# Add more tests here!!! - -use strict; -use warnings; - -use Test::More tests => 2; - -BEGIN { - use_ok('C4::Reports'); -} - - -ok(GetDelimiterChoices(),"Testing getting delimeter choices"); #Not testing the value of the output just that it returns something. diff --git a/t/db_dependent/Reports.t b/t/db_dependent/Reports.t new file mode 100755 index 0000000000..e28efd682e --- /dev/null +++ b/t/db_dependent/Reports.t @@ -0,0 +1,16 @@ +#!/usr/bin/perl +# +# This Koha test module is a stub! +# Add more tests here!!! + +use strict; +use warnings; + +use Test::More tests => 2; + +BEGIN { + use_ok('C4::Reports'); +} + + +ok(GetDelimiterChoices(),"Testing getting delimeter choices"); #Not testing the value of the output just that it returns something.