X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FApp-IdiotBox.git;a=blobdiff_plain;f=t%2Fstore%2Fsqlite.t;h=d0caa55be99231320caa85e416ec587a6a47c40d;hp=a31f1c071e9ea7b3ced9f2a2e553e2299392b81b;hb=6b6ce2e092408b58ffe70eafa49265b0c532be62;hpb=ce2b1e73fc200bc54032b33af7487534d6608ca4 diff --git a/t/store/sqlite.t b/t/store/sqlite.t index a31f1c0..d0caa55 100644 --- a/t/store/sqlite.t +++ b/t/store/sqlite.t @@ -1,6 +1,8 @@ use strict; use warnings FATAL => 'all'; +use Test::More; + use App::IdiotBox::Store::SQLite; use App::IdiotBox; @@ -16,3 +18,7 @@ my $bucket = DwarnS $ib->{buckets}->get({ slug => 'opw2010'}); #Dwarn [ $bucket->{videos}->flatten ]; Dwarn $bucket->{videos}->get({ slug => 'troll-god-mountain' }); + +ok(1); # This even a test? -- alh + +done_testing;