X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=t%2FReview.t;h=90323bcd5237701f2dc6dedfc67d4082336f3795;hb=9706908b269ebc068b19a0989ca8af6804b1a540;hp=071600447b209fd0a8c46d3f9d0cc41ffdc35026;hpb=77618f43cf589c5dddcf5ad13f8afda51d1a1129;p=koha.git diff --git a/t/Review.t b/t/Review.t old mode 100644 new mode 100755 index 071600447b..90323bcd52 --- a/t/Review.t +++ b/t/Review.t @@ -1,5 +1,15 @@ -BEGIN { $| = 1; print "1..1\n"; } -END {print "not ok 1\n" unless $loaded;} -use C4::Accounts; -$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::Review'); +} +