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.4 -r1.5 --- openacs-4/packages/feed-parser/tcl/test/feed-parser-test-procs.tcl 20 Mar 2023 10:33:08 -0000 1.4 +++ openacs-4/packages/feed-parser/tcl/test/feed-parser-test-procs.tcl 20 Mar 2023 11:46:56 -0000 1.5 @@ -4,11 +4,14 @@ } -ad_proc -private feed_parser::test::parse_feed { +ad_proc -public feed_parser::test::parse_feed { -xml:required } { Checks basic functionality of feed_parser::parse_feed. + This proc is also used by the news-aggregator tests to check that + all sources can be parsed. + @see feed_parser::parse_feed @return dict containing variables 'success_p' and 'result', indicating respectively whether test succeeded and the @@ -53,6 +56,7 @@ } -procs { util::http::get feed_parser::parse_feed + feed_parser::test::parse_feed } parse_feed_ok { Check that all source feeds currently configured keep being valid and parseable