Python/BLIPConnectionTest.py
changeset 55 f240f9023393
parent 14 bb5faa9995d5
child 56 6c3b5372a307
     1.1 --- a/Python/BLIPConnectionTest.py	Wed Jun 04 21:09:45 2008 -0700
     1.2 +++ b/Python/BLIPConnectionTest.py	Thu Jul 02 17:51:35 2009 -0700
     1.3 @@ -72,7 +72,8 @@
     1.4      
     1.5      def tearDown(self):
     1.6          self.connection.close()
     1.7 +        asyncore.loop() # got to give it time to negotiate close; this call should exit eventually
     1.8  
     1.9  if __name__ == '__main__':
    1.10 -    logging.basicConfig(level=logging.INFO)
    1.11 +    logging.basicConfig(level=logging.DEBUG)
    1.12      unittest.main()