galaxy-dist commit 796201bc8dbc: Enabled the cleanup method which was disabled by mistake in the previous commit.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User rc # Date 1289841891 18000 # Node ID 796201bc8dbc531ddaec5d75fadb88e858adfbc4 # Parent efc0b15af4026aa039945c799354e8cac5975528 Enabled the cleanup method which was disabled by mistake in the previous commit. --- a/test/functional/test_sample_tracking.py +++ b/test/functional/test_sample_tracking.py @@ -664,7 +664,7 @@ class TestFormsAndRequests( TwillTestCas # # Make sure the request's state is now set to REJECTED # assert request2.state is not request2.states.REJECTED, "The state of the request '%s' should be set to '%s'" \ # % ( request2.name, request2.states.REJECTED ) - def __test_055_reset_data_for_later_test_runs( self ): + def test_055_reset_data_for_later_test_runs( self ): """Reseting data to enable later test runs to pass""" # Logged in as admin_user self.logout()
participants (1)
-
commits-noreply@bitbucket.org