]> gitweb.factorcode.org Git - factor.git/commitdiff
fix unit test
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 28 Sep 2008 15:16:35 +0000 (10:16 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 28 Sep 2008 15:16:35 +0000 (10:16 -0500)
basis/syndication/syndication-tests.factor

index eb2095203cad728ea4b8d624eb90e5fd0cbc34c1..1ddcbf809050653d1c561283d96b24730efac437 100755 (executable)
@@ -8,7 +8,7 @@ IN: syndication.tests
 : load-news-file ( filename -- feed )
     #! Load an news syndication file and process it, returning
     #! it as an feed tuple.
-    utf8 file-contents read-feed ;
+    utf8 file-contents string>feed ;
 
 [ T{
     feed