Ken Takata wrote: > 2016/2/3 Wed 7:23:41 UTC+9 Bram Moolenaar wrote: > > Patch 7.4.1246 > > Problem: The channel functionality isn't tested. > > Solution: Add a test using a Python test server. > > Files: src/channel.c, src/proto/channel.pro, > > src/testdir/test_channel.vim, src/testdir/test_channel.py, > > src/testdir/Make_all.mak > > I wrote a patch for enabling the test on Windows. > Also removed old comments from test_channel.py. > This should also work fine with Jun's patch. > > As I wrote in another mail, currently this test fails with Win32 GUI, > but works fine with Win32 CUI.
Thanks. I'll include this first, other changes can go on top. You say it only works CUI, so I added a check for that. I don't know why it doesn't work, we can remove the check once it does work. Just don't want the AppVeyor build to break. -- An actual excerpt from a classified section of a city newspaper: "Illiterate? Write today for free help!" /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
