commit/galaxy-central: jmchilton: Fix unit tests for 7cee92f.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ad5094376c10/ Changeset: ad5094376c10 User: jmchilton Date: 2014-12-29 16:10:41+00:00 Summary: Fix unit tests for 7cee92f. Affected #: 1 file diff -r 806202db57a7502c2aa5476f2db46f7aae75f439 -r ad5094376c1042a3c5aeab793e326cebcc9818b9 test/unit/tools/test_toolbox.py --- a/test/unit/tools/test_toolbox.py +++ b/test/unit/tools/test_toolbox.py @@ -197,13 +197,13 @@ def test_update_shed_conf(self): self.__setup_shed_tool_conf() - self.toolbox.update_shed_config( 0, {} ) + self.toolbox.update_shed_config( { "config_filename": "tool_conf.xml" } ) assert self.reindexed self.assert_integerated_tool_panel(exists=True) def test_update_shed_conf_deactivate_only(self): self.__setup_shed_tool_conf() - self.toolbox.update_shed_config( 0, {}, integrated_panel_changes=False ) + self.toolbox.update_shed_config( { "config_filename": "tool_conf.xml" }, integrated_panel_changes=False ) assert self.reindexed # No changes, should be regenerated self.assert_integerated_tool_panel(exists=False) 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