[Twisted-Python] PATCH: gtk2 testing

Dave Peticolas dave at krondo.com
Wed Dec 4 02:37:03 EST 2002


This patch adds a 'gtk2' test type argument which uses the gtk2 reactor
for the test suite. Both gtk & gtk2 reactor fail more tests than the 
default reactor. A previous patch I sent fixes the policy test. I will
be looking into the others.

dave

-------------- next part --------------
? dirdbm.rebuild.test
? wovenTestOutput1.html
? wovenTestOutput2.html
? wovenTestOutput3.html
? wovenTestOutput4.html
? wovenTestOutput5.html
? wovenTestOutput6.html
Index: runtests
===================================================================
RCS file: /cvs/Twisted/admin/runtests,v
retrieving revision 1.15
diff -u -r1.15 runtests
--- runtests	24 Sep 2002 17:35:15 -0000	1.15
+++ runtests	4 Dec 2002 07:31:23 -0000
@@ -114,6 +114,7 @@
         else:
             reactorTypes = {
                 'gtk': 'twisted.internet.gtkreactor',
+                'gtk2': 'twisted.internet.gtk2reactor',
                 'default': 'twisted.internet.default',
                 'win32': 'twisted.internet.win32eventreactor',
                 'win': 'twisted.internet.win32eventreactor',
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://twistedmatrix.com/pipermail/twisted-python/attachments/20021203/bbf0fe24/attachment.pgp 


More information about the Twisted-Python mailing list