These are just a reminder to the industrious developers who do the tests occasionally.
I'm always scared when after my changes some tests fail, only to find out that
they still fail after I've done
svn revert -R .
, too.
- TestCaseAutoIncludeSubWebTopic
- The actual result contains a final empty paragraph resulting from two newlines (one from the source line containing the %INCLUDE% 'variable', one from the included file), the expected doesn't.
- I'd suggest to change the expectation value instead of the code, TestCaseAutoIncludes does the same thing.
- SVN 7560 CC
- TestCaseAutoSearchOrder
- The last sort (by creation date) fails in the TestCases web because there aren't
txt,v
files from which TWiki could read a revision number.
- TestCaseAutoTOC
- %TOC% processing includes deprecated headings '= #head=' (
Render.pm
doesn't).
Note for the future; failing tests are always Requirement. Otherwise there is no point in having them.
CC