commit/galaxy-central: inithello: Fix for tool shed functional test 1060 failing when all tests are run.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/bff6388644ba/ changeset: bff6388644ba user: inithello date: 2013-02-19 23:04:04 summary: Fix for tool shed functional test 1060 failing when all tests are run. affected #: 1 file diff -r bc0114ce0f7b5224cd4ef58d1dd2ef8b30c77a69 -r bff6388644ba9b2b5ccb102ce01380778fdefdfe test/tool_shed/functional/test_0060_workflows.py --- a/test/tool_shed/functional/test_0060_workflows.py +++ b/test/tool_shed/functional/test_0060_workflows.py @@ -88,6 +88,8 @@ strings_displayed=[] ) workflow = file( self.get_filename( 'filtering_workflow/Workflow_for_0060_filter_workflow_repository.ga' ), 'r' ).read() workflow = workflow.replace( '__TEST_TOOL_SHED_URL__', self.url.replace( 'http://', '' ) ) + workflow = workflow.replace( 'Workflow for 0060_filter_workflow_repository', + 'New workflow for 0060_filter_workflow_repository' ) workflow_filepath = self.generate_temp_path( 'test_0060', additional_paths=[ 'filtering_workflow_2' ] ) if not os.path.exists( workflow_filepath ): os.makedirs( workflow_filepath ) @@ -106,7 +108,7 @@ def test_0030_check_workflow_repository( self ): """Check for strings on the manage page for the filtering_workflow_0060 repository.""" repository = test_db_util.get_repository_by_name_and_owner( workflow_repository_name, common.test_user_1_name ) - strings_displayed = [ 'Workflows', 'Workflow for 0060_filter', '0.1' ] + strings_displayed = [ 'Workflows', 'New workflow for 0060_filter', '0.1' ] strings_not_displayed = [ 'Valid tools', 'Invalid tools' ] self.display_manage_repository_page( repository, strings_displayed=strings_displayed, strings_not_displayed=strings_not_displayed ) def test_0035_verify_repository_metadata( self ): 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)
-
Bitbucket