summaryrefslogtreecommitdiff
path: root/t/20-app-dthumb.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-12-28 01:40:22 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-12-28 01:40:22 +0100
commit1af791ab3995202b87596a3cc8f6cca3a542be58 (patch)
tree758f06be79200c519d90ee6fd2008eede10fcf5a /t/20-app-dthumb.t
parentf031a3971aa32839917afb8c6b4ac2878f70b545 (diff)
start switch to fancybox2
Diffstat (limited to 't/20-app-dthumb.t')
-rwxr-xr-xt/20-app-dthumb.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/20-app-dthumb.t b/t/20-app-dthumb.t
index ec9eb5a..37e72a0 100755
--- a/t/20-app-dthumb.t
+++ b/t/20-app-dthumb.t
@@ -18,7 +18,7 @@ is($dthumb->{config}->{dir_data}, './.dthumb', 'Data directory is .dthumb');
is($dthumb->{config}->{dir_images}, '.', 'Image directory is .');
is($dthumb->{config}->{dir_thumbs}, './.thumbs',
'Thumbnail directory is dthumbs');
-is($dthumb->{config}->{file_index}, 'index.xhtml', 'index is index.xhtml');
+is($dthumb->{config}->{file_index}, 'index.html', 'index is index.html');
is($dthumb->{config}->{lightbox}, 1, 'Lightbox enabled');
is($dthumb->{config}->{names} , 1, 'Show image names');