X-Git-Url: http://git.ieval.ro/?p=webservice-vichan.git;a=blobdiff_plain;f=t%2FWebService-Vichan.t;fp=t%2FWebService-Vichan.t;h=c5ecbcfc035d1263a1bed9643e2fd7b05311c86e;hp=68bb76a79b4729e5156837d46d915bcf91ce470c;hb=0d9f30ee8fbc83836c89620a706afec818f74304;hpb=b1833b67393ebbabe0a67330dee41aa0c52882d5 diff --git a/t/WebService-Vichan.t b/t/WebService-Vichan.t index 68bb76a..c5ecbcf 100644 --- a/t/WebService-Vichan.t +++ b/t/WebService-Vichan.t @@ -43,7 +43,8 @@ for my $url (@URLS) { my $catalog3 = $catalog_flat[2]; my $catalog3no = $catalog3->no; - ok defined $catalog3->com, 'catalog entry has content'; + my $has_content = defined $catalog3->com || defined $catalog3->filename; + ok $has_content, "third entry in catalog of board $boardcode has content"; my @posts = $chan->thread($board, $catalog3); ok @posts > 0, "thread $catalog3no has posts";