summaryrefslogtreecommitdiff
path: root/src/testdir/test_crypt.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-0/+2
| | | | | | | Problem: Various inconsistencies in test files. Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)
* patch 8.2.0762: buffer is not considered modified after setting crypt keyv8.2.0762Bram Moolenaar2020-05-151-0/+26
| | | | | Problem: Buffer is not considered modified after setting crypt key. Solution: Set the modified flag. (Christian Brabandt, closes #6082)
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-151-3/+2
| | | | | | | 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.
* patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar2019-06-131-1/+1
| | | | | Problem: Tests are silently skipped. Solution: Throw an exception for skipped tests in more places.
* patch 8.1.0773: not all crypt code is testedv8.1.0773Bram Moolenaar2019-01-181-0/+30
| | | | | Problem: Not all crypt code is tested. Solution: Disable unused crypt code. Add more test coverage.
* Missing part of patch 8.0.0014Bram Moolenaar2016-09-271-0/+59
|
* patch 8.0.0014v8.0.0014Bram Moolenaar2016-09-261-1/+4
| | | | | Problem: Crypt tests are old style. Solution: Convert to new style.
* Fix patch applied twice.Bram Moolenaar2016-09-251-21/+0
|
* patch 8.0.0010v8.0.0010Bram Moolenaar2016-09-251-0/+42
Problem: Crash when editing file that starts with crypt yeader. (igor2x) Solution: Check for length of text. (Christian Brabandt) Add a test.