commit/galaxy-central: carlfeberhard: QA: fix to deleting current history in test_get_data
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5cbf058d648d/ Changeset: 5cbf058d648d User: carlfeberhard Date: 2013-09-20 00:28:24 Summary: QA: fix to deleting current history in test_get_data Affected #: 1 file diff -r cb95dad5175ec10cf191bddcaf2e1d115546dd7c -r 5cbf058d648db06541540d11e6dd1d1535a12292 test/functional/test_get_data.py --- a/test/functional/test_get_data.py +++ b/test/functional/test_get_data.py @@ -22,7 +22,7 @@ """ # in order to remove a lot of boiler plate - and not have cascading errors history = get_latest_history_for_user( user ) - self.delete_history( id=self.security.encode_id( history.id ) ) + self.delete_current_history() self.is_history_empty() return get_latest_history_for_user( user ) 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.
participants (1)
-
commits-noreply@bitbucket.org