1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ee4e0a07aea2/ Changeset: ee4e0a07aea2 User: jmchilton Date: 2014-11-19 17:46:56+00:00 Summary: Remove unused code. Affected #: 1 file diff -r 1158442a46ef6cff18dac1c606934696adfbd422 -r ee4e0a07aea2305927f5215fdecd049fbb80031b test/base/interactor.py --- a/test/base/interactor.py +++ b/test/base/interactor.py @@ -112,9 +112,6 @@ msg = "Failed to verify dataset metadata, metadata key [%s] was not found." % key raise Exception( msg ) - def wait_for_history( self, history_id, maxseconds ): - self.twill_test_case.wait_for( lambda: not self.__history_ready( history_id ), maxseconds=maxseconds) - def wait_for_job( self, job_id, history_id, maxseconds ): self.twill_test_case.wait_for( lambda: not self.__job_ready( job_id, history_id ), maxseconds=maxseconds) 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.