• Tim Peters's avatar
    test_fcgi_factory: Moved the failure on Windows from the bogus · f57229c5
    Tim Peters authored
            self.assertEqual(factory.host, '')
    
    test to something else failing in
    
            self.check_prepare(factory)
    
    The failure now is check_prepare's
    
       self.assertEqual(factory.host, "127.0.0.1")
    
    factory.host is actually 'localhost' on Windows, but I don't understand
    this test so am stopping now (and it still fails on Windows).
    f57229c5
test_config.py 7.5 KB