andreikop / enki

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

Concerning unit test failure #219

Closed bjones1 closed 10 years ago

bjones1 commented 10 years ago

I get the following message when running the tests:

test_uiCheck8 (test_plugins.test_preview_sync.Test) ... QThread: Destroyed while
 thread is still running
ok

...scary. It's doesn't appear if I just run test_preview_sync.py. Any ideas? I'm not sure how to find this one, but I know you've found some tricky garbage-collection related bugs in the past and thought you might have more insight than I.

bjones1 commented 10 years ago

..nevermind, I think this was because I wasn't disconnecting from a signal. Fixed in my pull request.