hopefully finished -1
[libwww-opensearch-perl.git] / t / 10-description.t
index 784face..4270b3b 100644 (file)
@@ -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