summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-21 11:39:26 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-21 11:39:26 +0200
commit06345572c2129c1ded3e3890e44adee804d4e99b (patch)
tree0b5d5880916dbe532ba78ab06834d61d54c8414e /t
parentfb27e29c67059ce309e55b51255ef60dc0162ebb (diff)
Code cleanup
Diffstat (limited to 't')
-rwxr-xr-xt/20-app-dthumb.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/20-app-dthumb.t b/t/20-app-dthumb.t
index 5f3479d..ec9eb5a 100755
--- a/t/20-app-dthumb.t
+++ b/t/20-app-dthumb.t
@@ -4,7 +4,7 @@ use warnings;
use 5.010;
use autodie;
-use Test::More tests => 17;
+use Test::More tests => 16;
use_ok('App::Dthumb');
@@ -33,8 +33,6 @@ is($dthumb->{config}->{lightbox}, 0, 'Lightbox disabled');
$dthumb = App::Dthumb->new('no-names' => 1);
is($dthumb->{config}->{names}, 0, 'Image names disabled');
-is($dthumb->version(), $App::Dthumb::VERSION, '$dthumb->version()');
-
$dthumb = App::Dthumb->new();
@{$dthumb->{files}} = qw(a.png b.png c.png d.jpg);