File: 003_comment.t

package info (click to toggle)
libapache-gallery-perl 1.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,260 kB
  • sloc: perl: 1,281; sh: 21; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
use Test::More tests => 2;

use Apache::Gallery;

my $comment = Apache::Gallery::get_comment("t/003_commenttest");

is ( $comment->{TITLE}, "My test title", 'Title');
is ( $comment->{COMMENT}, "My test comment", 'Comment');