andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Failing test in Windows #195

Closed bjones1 closed 10 years ago

bjones1 commented 10 years ago

test_uisavefiles, test_5 hangs in the file save dialog, waiting. If I manually press esc, it then passes. I tried fixing it, but no luck. In particular, the 4 second delay happens before the file save dialog appears, even though the code indicates this should only happen after s is typed.

andreikop commented 10 years ago

The test fails also on Linux, because QTest fails to deal with native file dialog. I just forgot to remove hanging test. Now I found how to workaround it. Fixed