* bzrlib/tests/test_smtp_connection.py: (TestSMTPConnection.test_smtp_password_from_user): Moved from TestSMTPConnectionWithUI and given a proper stdout for ui_factory. (TestSMTPConnectionWithUI): Deleted.
* bzrlib/tests/test_http.py: (TestAuth.setUp): Mother class already install a SilentUIFactory and restore the proper one, so there is no need to do that ourselves. (TestAuth.restoreUIFactory): Deleted. (TestAuth.test_prompt_for_password, TestAuth.test_no_prompt_for_password_when_using_auth_config): Provides a suitable stdout to TestUIFactory.
* bzrlib/tests/test_ftp_transport.py: (TestFTPServerUI.setUp, TestFTPServerUI.restoreUIFactory): Deleted. Mother class already install a SilentUIFactory and restore the proper one, so there is no need to do that ourselves. (TestFTPServerUI.test_prompt_for_password, TestFTPServerUI.test_no_prompt_for_password_when_using_auth_config): Provides a suitable stdout to TestUIFactory.