test-bugzilla-files/test-bugzilla-files.py | 1 + 1 file changed, 1 insertion(+)
New commits: commit 18a9a87aa2a8678ddd97889c8dc437498bdb769a Author: Markus Mohrhard <[email protected]> Date: Mon Feb 18 17:35:14 2013 +0100 make sure that the Timer is immediately canceled diff --git a/test-bugzilla-files/test-bugzilla-files.py b/test-bugzilla-files/test-bugzilla-files.py index 4ff0aed..a0dcf2a 100644 --- a/test-bugzilla-files/test-bugzilla-files.py +++ b/test-bugzilla-files/test-bugzilla-files.py @@ -328,6 +328,7 @@ class LoadFileTest: t.start() xDoc = loadFromURL(xContext, url, connection) self.state.goodFiles.append(self.file) + t.cancel() except pyuno.getClass("com.sun.star.beans.UnknownPropertyException"): print("caught UnknownPropertyException " + self.file) if not t.is_alive(): _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
