summaryrefslogtreecommitdiff
path: root/src/testdir/test_netbeans.vim
AgeCommit message (Collapse)Author
2016-10-09patch 8.0.0024Bram Moolenaar
Problem: When the netbeans channel closes, "DETACH" is put in the output part. (Ozaki Kiichi) Solution: Write "DETACH" in the socket part.
2016-09-09patch 7.4.2351Bram Moolenaar
Problem: Netbeans test fails when run from unpacked MS-Windows sources. Solution: Open README.txt instead of Makefile.
2016-08-27patch 7.4.2271Bram Moolenaar
Problem: Netbeans test doesn't read settings from file. Solution: Use "-Xnbauth".
2016-07-27patch 7.4.2108Bram Moolenaar
Problem: Netbeans test is flaky. Solution: Wait for the cursor to be positioned.
2016-07-20patch 7.4.2079Bram Moolenaar
Problem: Netbeans test fails on non-Unix systems. Solution: Only do the permission check on Unix systems.
2016-07-15patch 7.4.2041Bram Moolenaar
Problem: Netbeans file authentication not tested. Solution: Add a test.
2016-07-15patch 7.4.2039Bram Moolenaar
Problem: The Netbeans integration is not tested. Solution: Add a first Netbeans test.