Index: openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl,v
diff -u -r1.20.2.15 -r1.20.2.16
--- openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl 27 Aug 2024 08:49:19 -0000 1.20.2.15
+++ openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl 27 Aug 2024 13:21:23 -0000 1.20.2.16
@@ -100,8 +100,8 @@
# make sure the desired text is in there and _before_ the
# footnotes
- aa_true "contains link" [regexp {linktext.*\[1\]} $result]
- aa_true "contains following text" [regexp {following text.*\[1\]} $result]
+ aa_false "contains link" [regexp {linktext.*\[1\]} $result]
+ aa_false "contains following text" [regexp {following text.*\[1\]} $result]
}
}