added test file
[webpac2] / t / 5-output-jifty.t
index e527516..a48ca12 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 use strict;
-use blib;
+use lib 'lib';
 
 use Test::More tests => 8;
 
@@ -33,7 +33,7 @@ my $ds = {
                display => 'Somewhere',
        },
        comment => {
-               display => 'test data',
+               display => [ 'test data', 'and more' ],
        }
 };