summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_crypt.vim
AgeCommit message (Collapse)Author
2019-06-15patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar
Problem: Some balloon tests don't run when they can. Solution: Split GUI balloon tests off into a separate file. (Ozaki Kiichi, closes #4538) Change the feature check into a command for consistency.
2019-06-13patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar
Problem: Tests are silently skipped. Solution: Throw an exception for skipped tests in more places.
2019-01-18patch 8.1.0773: not all crypt code is testedv8.1.0773Bram Moolenaar
Problem: Not all crypt code is tested. Solution: Disable unused crypt code. Add more test coverage.
2016-09-27Missing part of patch 8.0.0014Bram Moolenaar
2016-09-26patch 8.0.0014v8.0.0014Bram Moolenaar
Problem: Crypt tests are old style. Solution: Convert to new style.
2016-09-25Fix patch applied twice.Bram Moolenaar
2016-09-25patch 8.0.0010v8.0.0010Bram Moolenaar
Problem: Crash when editing file that starts with crypt yeader. (igor2x) Solution: Check for length of text. (Christian Brabandt) Add a test.