Index: openacs-4/packages/feed-parser/tcl/test/feed-parser-test-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/feed-parser/tcl/test/feed-parser-test-procs.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/feed-parser/tcl/test/feed-parser-test-procs.tcl	24 Jul 2018 09:45:29 -0000	1.2
+++ openacs-4/packages/feed-parser/tcl/test/feed-parser-test-procs.tcl	1 Apr 2019 13:08:09 -0000	1.3
@@ -58,7 +58,7 @@
     and parseable
 } {
     # Set a test XML content
-    set xml [encoding convertto utf-8 {
+    set xml {
         <?xml version="1.0" encoding="utf-8"?>
         <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
         <channel>
@@ -210,7 +210,7 @@
         </item>
         </channel>
         </rss>
-    }]
+    }
 
     set test [feed_parser::test::parse_feed -xml $xml]
     set success_p [dict get $test success_p]