]> git.donarmstrong.com Git - deb_pkgs/libapache-gallery-perl.git/blob - t/003_comment.t
Rewrite path to icons in request
[deb_pkgs/libapache-gallery-perl.git] / t / 003_comment.t
1 use Test::More tests => 2;
2
3 use Apache::Gallery;
4
5 my $comment = Apache::Gallery::get_comment("t/003_commenttest");
6
7 is ( $comment->{TITLE}, "My test title", 'Title');
8 is ( $comment->{COMMENT}, "My test comment", 'Comment');