mjakop / pywinauto

Automatically exported from code.google.com/p/pywinauto
Other
0 stars 0 forks source link

Testcases depend on missing files #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
some unittests try to start missing exe files
e.g.
C:\_projects\py_pywinauto\controlspy0798\\Status bar.exe
C:\_projects\py_pywinauto\controlspy0798\\Tab.exe
C:\_projects\py_pywinauto\controlspy0798\\List View.exe
C:\_projects\py_pywinauto\controlspy0798\\rebar.exe

From error report:
======================================================================
ERROR: testColumn (test_common_controls.ListViewTestCases)
Test the ListView Columns method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Workspace\pywinauto-0.4.0\pywinauto\unittests\test_common_controls.py", line 65, in setUp
    app.start_(controlspy_folder + "List View.exe")
  File ".\pywinauto\application.py", line 876, in start_
    raise AppStartError(message)
AppStartError: Could not create the process 
"C:\_projects\py_pywinauto\controlspy0798\\List View.exe"
Error returned by CreateProcess: [Error 2] Den angivne fil blev ikke fundet.

Original issue reported on code.google.com by jho196...@gmail.com on 26 Jan 2013 at 5:49