1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/1e0de1ac4cd5/ changeset: 1e0de1ac4cd5 user: dannon date: 2012-10-16 22:43:58 summary: Fix test cases failing due to non-reflected password change. This resolves failures of: functional.test_user_info.TestUserInfo.test_010_user_reqistration_multiple_user_info_forms functional.test_user_info.TestUserInfo.test_015_user_reqistration_single_user_info_forms functional.test_user_info.TestUserInfo.test_020_edit_user_info functional.test_user_info.TestUserInfo.test_999_reset_data_for_later_test_runs affected #: 1 file diff -r 5a9acc6d83bd4b738e56e7875b941ffbb89158ba -r 1e0de1ac4cd50e72926d977510b5185b9d6d5111 test/base/twilltestcase.py --- a/test/base/twilltestcase.py +++ b/test/base/twilltestcase.py @@ -878,6 +878,8 @@ if user_type_fd_id: # The user_type_fd_id SelectField requires a refresh_on_change self.refresh_form( 'user_type_fd_id', user_type_fd_id ) + tc.fv( "1", "password", password ) + tc.fv( "1", "confirm", password ) for index, ( field_name, info_value ) in enumerate( user_info_values ): tc.fv( "1", field_name, info_value ) for check_str in strings_displayed: Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.