[Libreoffice-commits] .: test-bugzilla-files/test-bugzilla-files.py
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Feb 18 08:35:12 PST 2013
test-bugzilla-files/test-bugzilla-files.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 18a9a87aa2a8678ddd97889c8dc437498bdb769a
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
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():
More information about the Libreoffice-commits
mailing list