======================================================================
FAIL: test_editarticle (__main__.TestScriptSimulate)
Test running editarticle -simulate.
----------------------------------------------------------------------
Traceback (most recent call last):
File ".\tests\script_tests.py", line 287, in testScript
self.assertIn(error, result['stderr'])
AssertionError: u'Nothing changed' not found in u'Page to edit: Traceback (most
recent call last):\r\n File "C:\\pwb\\GIT\\core\\pwb.py", line 256, in <module>
\r\n if not main():\r\n File "C:\\pwb\\GIT\\core\\pwb.py", line 250, in main
\r\n run_python_file(filename, [filename] + args, argvu, file_package)\r\n F
ile "C:\\pwb\\GIT\\core\\pwb.py", line 121, in run_python_file\r\n main_mod._
_dict__)\r\n File ".\\scripts\\editarticle.py", line 136, in <module>\r\n ma
in()\r\n File ".\\scripts\\editarticle.py", line 132, in main\r\n app.run()\
r\n File ".\\scripts\\editarticle.py", line 107, in run\r\n new = textEditor
.edit(old)\r\n File "C:\\pwb\\GIT\\core\\pywikibot\\editor.py", line 106, in ed
it\r\n subprocess.call(self._command(tempFilename, text, jumpIndex))\r\n Fil
e "C:\\Python27\\lib\\subprocess.py", line 522, in call\r\n return Popen(*pop
enargs, **kwargs).wait()\r\n File "C:\\Python27\\lib\\subprocess.py", line 710,
in __init__\r\n errread, errwrite)\r\n File "C:\\Python27\\lib\\subprocess.
py", line 958, in _execute_child\r\n startupinfo)\r\nWindowsError: [Error 2]
Das System kann die angegebene Datei nicht finden\r\nCRITICAL: Closing network s
ession.\r\n'
======================================================================Looks like a windows problem, maybe it has to do with subprocess.call(). I remember we had sth like this in compat version of version.py