commit/galaxy-central: jmchilton: casperjs: Fix api-tool-tests.js for recent changes.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5648e6d15803/ Changeset: 5648e6d15803 User: jmchilton Date: 2013-12-13 16:53:59 Summary: casperjs: Fix api-tool-tests.js for recent changes. Affected #: 2 files diff -r 9a6419162a6c31cebdc52ca030b0192c5429bb90 -r 5648e6d15803412cf9467bafd89bfb20d7a5281a test/casperjs/api-tool-tests.js --- a/test/casperjs/api-tool-tests.js +++ b/test/casperjs/api-tool-tests.js @@ -63,10 +63,10 @@ // =================================================================== TESTS var panelSectionKeys = [ - 'elems', 'id', 'name', 'type', 'version' + 'elems', 'id', 'name', 'version' ], panelToolKeys = [ - 'id', 'name', 'description', 'version', 'link', 'target', 'min_width', 'type' + 'id', 'name', 'description', 'version', 'link', 'target', 'min_width' ], toolSummaryKeys = [ 'id', 'name', 'description', 'version' diff -r 9a6419162a6c31cebdc52ca030b0192c5429bb90 -r 5648e6d15803412cf9467bafd89bfb20d7a5281a test/casperjs/modules/api.js --- a/test/casperjs/modules/api.js +++ b/test/casperjs/modules/api.js @@ -331,6 +331,8 @@ this.api.spaceghost.info( 'tools.show: ' + [ id ] ); var data = {}; + data.io_details = true; + return this.api._ajax( utils.format( this.urlTpls.show, id ), { data : data }); 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