sfeed tests: update TODO - sfeed_tests - sfeed tests and RSS and Atom files
(HTM) git clone git://git.codemadness.org/sfeed_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b71943857b703ac3cae33cda28cc05a038a74a63
(DIR) parent 202025888a17b3f18aa160eef888160338bdd240
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 16 Dec 2023 15:05:02 +0100
sfeed tests: update TODO
Tested on OpenBSD 3.8, it has no curl or iconv.
Diffstat:
M input/sfeed_update/test.sh | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
---
(DIR) diff --git a/input/sfeed_update/test.sh b/input/sfeed_update/test.sh
@@ -686,15 +686,6 @@ feeds() {
echo "test_fail_order: test OK" >&2
}
-test_fail_fetch
-test_fail_convertencoding
-test_fail_parse
-test_fail_filter
-
-# TODO
-#test_fail_merge
-#test_fail_order
-
# TODO
#test_override_fetch
#test_override_convertencoding
@@ -709,12 +700,22 @@ test_tmpdir
test_config_invocation
test_parameters
+test_fail_fetch
+test_fail_convertencoding
+test_fail_parse
+test_fail_filter
+
+# TODO
+#test_fail_merge
+#test_fail_order
+
# NOTE: SIGINT can't reliably be tested.
test_sigterm
# TODO:
+# - for testing, remove dependency on cURL.
+# ? for testing, remove dependency on iconv?
# - test proper cleanup on SIGTERM.
-
# - test weird feednames.
# - check filenames, '*', '/', newline.
# - test translation of '/' to '_' in feednames.