summaryrefslogtreecommitdiffstats
path: root/src/testdir/README.txt
AgeCommit message (Collapse)Author
2019-03-24patch 8.1.1048: minor issues with testsv8.1.1048Bram Moolenaar
Problem: Minor issues with tests. Solution: Delete unused test OK file. Add missing entries in list of tests. Fix readme file. (Masato Nishihata, closes #4160)
2019-01-11patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723Bram Moolenaar
Problem: Cannot run specific test when in src/testdir the same was as in the src directory. Solution: Move build rule to src/testdir/Makefile.
2018-11-16patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar
Problem: Various typos in comments. Solution: Fix the typos.
2018-09-09patch 8.1.0357: instructions for tests are outdatedv8.1.0357Bram Moolenaar
Problem: Instructions for tests are outdated. (Jason Franklin) Solution: Update the text.
2018-02-20patch 8.0.1526: no test using a screen dump yetv8.0.1526Bram Moolenaar
Problem: No test using a screen dump yet. Solution: Add a test for C syntax highlighting. Add helper functions.
2017-01-10patch 8.0.0164: outdated and misplaced commentsv8.0.0164Bram Moolenaar
Problem: Outdated and misplaced comments. Solution: Fix the comments.
2016-09-03patch 7.4.2321v7.4.2321Bram Moolenaar
Problem: When a test is commented out we forget about it. Solution: Let a test throw an exception with "Skipped" and list skipped test functions. (Christian Brabandt)
2016-08-18patch 7.4.2228v7.4.2228Bram Moolenaar
Problem: Test files have inconsistant modelines. Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
2016-06-04patch 7.4.1897v7.4.1897Bram Moolenaar
Problem: Various typos, long lines and style mistakes. Solution: Fix the typos, wrap lines, improve style.
2016-02-10patch 7.4.1300v7.4.1300Bram Moolenaar
Problem: Cannot test CursorMovedI because there is typeahead. Solution: Add disable_char_avail_for_testing().
2016-01-07patch 7.4.1060v7.4.1060Bram Moolenaar
Problem: Instructions for writing tests are outdated. Solution: Mention Make_all.mak. Add steps for new style tests.
2016-01-03patch 7.4.1041v7.4.1041Bram Moolenaar
Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
2014-08-29updated for version 7.4.420v7.4.420Bram Moolenaar
Problem: It's not obvious how to add a new test. Solution: Add a README file. (Christian Brabandt)