From 9032555357f382b29b69aa51a152df92e5f5eb6d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 28 Sep 2008 10:16:35 -0500 Subject: [PATCH] fix unit test --- basis/syndication/syndication-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/syndication/syndication-tests.factor b/basis/syndication/syndication-tests.factor index eb2095203c..1ddcbf8090 100755 --- a/basis/syndication/syndication-tests.factor +++ b/basis/syndication/syndication-tests.factor @@ -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