X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2FNewsChannels.t;h=bbcaab14ccbf9acae7b4cccd1f8d56721f2dd187;hb=a598b100613a37dc2710090cb381dce56eae2f26;hp=7b3b09210a3d843038b2a211d5d0fba08bcd2cb4;hpb=77618f43cf589c5dddcf5ad13f8afda51d1a1129;p=koha_fer diff --git a/t/NewsChannels.t b/t/NewsChannels.t old mode 100644 new mode 100755 index 7b3b09210a..bbcaab14cc --- a/t/NewsChannels.t +++ b/t/NewsChannels.t @@ -1,5 +1,14 @@ -BEGIN { $| = 1; print "1..1\n"; } -END {print "not ok 1\n" unless $loaded;} -use C4::NewsChannels; -$loaded = 1; -print "ok 1\n"; +#!/usr/bin/perl +# +# This Koha test module is a stub! +# Add more tests here!!! + +use strict; +use warnings; + +use Test::More tests => 1; + +BEGIN { + use_ok('C4::NewsChannels'); +} +