diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-03-04 09:22:21 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-03-04 09:27:30 +0100 |
commit | 7e3cbca344326d1b8b32f8b2d587fc768eccf643 (patch) | |
tree | 7b6a35a1d40b73c761c55fabd2c6f1caf79fb2b9 /t | |
parent | b7566742ffcf86c8a6d9fac0eace013e1ffd6d04 (diff) |
Version bump to 0.20.2
Diffstat (limited to 't')
-rwxr-xr-x | t/20-app-dthumb.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/20-app-dthumb.t b/t/20-app-dthumb.t index bb063e3..18923be 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 => 19; +use Test::More tests => 18; use_ok('App::Dthumb'); @@ -26,7 +26,6 @@ is($dthumb->{config}->{quality} , 75, 'Default quality'); is($dthumb->{config}->{recreate}, 0, 'Do not recreate'); is($dthumb->{config}->{size} , 200, 'Default size'); is($dthumb->{config}->{spacing} , 1.1, 'Default spacing'); -is($dthumb->{config}->{title}, 'dthumb', 'title is cwd basename'); $dthumb = App::Dthumb->new('no-lightbox' => 1); is($dthumb->{config}->{lightbox}, 0, 'Lightbox disabled'); |