Python/BLIPConnectionTest.py
changeset 54 6d1392a3e0a6
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	Tue Jun 23 13:52:28 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()