id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,branch,branch_author,launchpad_bug
2219,isInIOThread() returns False when used in TestCases,sifu,,"{{{
from twisted.python.threadable import isInIOThread
from twisted.trial import unittest

class IsInIOThread( unittest.TestCase ):

    def test_isInIOThread( self ):
        self.assertEquals( isInIOThread( ), True )
}}}
",defect,closed,normal,,trial,duplicate,,,,,
