]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix syndication unit test
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 26 Jan 2009 10:48:50 +0000 (04:48 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 26 Jan 2009 10:48:50 +0000 (04:48 -0600)
basis/syndication/syndication-tests.factor

index 4fbfee03d93f185254beed11082530d076f2ef80..8cfdc9e1d54ddfa2e22ce867e486d28a703e5b64 100644 (file)
@@ -43,4 +43,4 @@ IN: syndication.tests
         }
     }
 } ] [ "resource:basis/syndication/test/atom.xml" load-news-file ] unit-test
-[ ] [ "resource:basis/syndication/test/atom.xml" load-news-file xml>string drop ] unit-test
+[ ] [ "resource:basis/syndication/test/atom.xml" load-news-file feed>xml xml>string drop ] unit-test