"Fossies" - the Fresh Open Source Software Archive

Member "Apache-Gallery-1.0.2/t/003_comment.t" (8 Jun 2011, 224 Bytes) of package /linux/www/old/Apache-Gallery-1.0.2.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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');