X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=t%2F10-description.t;h=4270b3b3126cab8d1ca36d4d5f748f7178b51a5c;hp=784face2ea4d9dafe8d45dcd15f1c39d95c76bff;hb=d3c1dfd242036eb00a38bd6466ee45df7cb7215e;hpb=781e60061dea2915129e0dc2fb8ece0b6ff55fa6 diff --git a/t/10-description.t b/t/10-description.t index 784face..4270b3b 100644 --- a/t/10-description.t +++ b/t/10-description.t @@ -83,11 +83,11 @@ use_ok( 'WWW::OpenSearch::Description' ); is( $osd->adultcontent, 'false' ); is( $osd->syndicationright, 'open' ); - TODO: { - local $TODO = 'Test Query and Image'; - + is( $osd->image, 'http://example.com/websearch.png' ); + +SKIP: { + skip 'Test Query', 1; is( $osd->query, undef ); - is( $osd->image, undef ); }; # count the urls