Skip to content

Commit fed3665

Browse files
authored
Merge pull request #2680 from mvdbeek/toolshed_test_fixes
Fix broken toolshed tests with #2554
2 parents c7caeb3 + 12a789f commit fed3665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/shed_functional/functional/test_1010_install_repository_with_tool_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_0010_browse_tool_shed( self ):
103103

104104
def test_0015_install_freebayes_repository( self ):
105105
'''Install the freebayes repository without installing tool dependencies.'''
106-
strings_displayed = [ 'Never installed', 'dependencies can be automatically handled', 'Handle', 'tool dependencies' ]
106+
strings_displayed = [ 'Never installed', 'dependencies can be automatically handled', 'install tool shed managed', 'tool dependencies' ]
107107
strings_displayed.extend( [ 'freebayes', '0.9.4_9696d0ce8a9', 'samtools', '0.1.18' ] )
108108
self.install_repository( repository_name,
109109
common.test_user_1_name,

test/shed_functional/functional/test_1210_uninstall_reinstall_repository_with_tool_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_0005_ensure_repositories_and_categories_exist( self ):
8989
def test_0010_install_freebayes_repository( self ):
9090
'''Install the freebayes repository into the Galaxy instance.'''
9191
self.galaxy_login( email=common.admin_email, username=common.admin_username )
92-
strings_displayed = [ 'Handle', 'tool dependencies', 'freebayes', '0.9.4_9696d0ce8a9', 'samtools', '0.1.18' ]
92+
strings_displayed = [ 'install tool shed managed', 'tool dependencies', 'freebayes', '0.9.4_9696d0ce8a9', 'samtools', '0.1.18' ]
9393
self.install_repository( 'freebayes_0010',
9494
common.test_user_1_name,
9595
'Test 0010 Repository With Tool Dependencies',

0 commit comments

Comments
 (0)