summaryrefslogtreecommitdiff
path: root/src/testdir/test_netbeans.py
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0866: not enough tests for buffer writingv8.2.0866Bram Moolenaar2020-05-311-2/+3
| | | | | | Problem: Not enough tests for buffer writing. Solution: Add more tests. Use CheckRunVimInTerminal in more places. (Yegappan Lakshmanan, closes #6167)
* patch 8.2.0599: Netbeans interface insufficiently testedv8.2.0599Bram Moolenaar2020-04-191-16/+120
| | | | | Problem: Netbeans interface insufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5921)
* patch 8.1.0549: netbeans test depends on README.txt contentsv8.1.0549Bram Moolenaar2018-11-261-1/+1
| | | | | Problem: Netbeans test depends on README.txt contents. Solution: Use a generated file instead.
* patch 8.0.0005v8.0.0005Bram Moolenaar2016-09-151-1/+1
| | | | | Problem: Netbeans test fails with Python 3. (Jonathonf) Solution: Encode the string before sending it. (closes #1070)
* patch 7.4.2351v7.4.2351Bram Moolenaar2016-09-091-2/+2
| | | | | Problem: Netbeans test fails when run from unpacked MS-Windows sources. Solution: Open README.txt instead of Makefile.
* patch 7.4.2039v7.4.2039Bram Moolenaar2016-07-151-0/+91
Problem: The Netbeans integration is not tested. Solution: Add a first Netbeans test.