1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/95189e44b9bf/ Changeset: 95189e44b9bf User: carlfeberhard Date: 2015-01-05 15:34:05+00:00 Summary: Browser tests: remove console statements interferring with test json parsing Affected #: 2 files diff -r e34bf92384b6a6722657d83833fb52268865126d -r 95189e44b9bfe5adac1841b72d621a99bff6c927 test/casperjs/modules/api.js --- a/test/casperjs/modules/api.js +++ b/test/casperjs/modules/api.js @@ -355,7 +355,6 @@ // have to attach like GET param - due to body loss in jq url = utils.format( this.urlTpls.update, historyId, id ); if( purge ){ -console.debug( 'adding purge:' + purge ); url += '?purge=True'; } return this.api._ajax( url, { diff -r e34bf92384b6a6722657d83833fb52268865126d -r 95189e44b9bfe5adac1841b72d621a99bff6c927 test/casperjs/modules/historypanel.js --- a/test/casperjs/modules/historypanel.js +++ b/test/casperjs/modules/historypanel.js @@ -139,9 +139,6 @@ var hdaOpacity = this.evaluate( function( name ){ // locate the hda by name and return its opacity - console.debug( name ); - console.debug( $( '.name:contains("' + name + '")' ) ); - console.debug( $( '.name:contains("' + name + '")' ).parents( '.hda' ) ); return $( '.name:contains("' + name + '")' ).parents( '.dataset' ).css( 'opacity' ); }, hdaName ); //this.debug( 'fading in: ' + hdaOpacity ); 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.