-
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