GNOME Bugzilla – Bug 609489
[patch] dont bind to public interfaces whilst running tests
Last modified: 2010-03-13 17:41:14 UTC
Created attachment 153381 [details] [review] 0001-dont-bind-to-public-interfaces-for-tests.patch Currently, the soup tests bind to the ANY interface, which means that the test servers can bind to a public interface. The attached patch forces the tests to bind to the localhost (127.0.0.1) interface.
i tweaked your patch a little bit and committed it. thanks