1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e3ae0bbd800a/ changeset: e3ae0bbd800a user: carlfeberhard date: 2013-03-07 01:45:31 summary: browser tests: fix broken debug statement affected #: 1 file diff -r 68455758f27e572cd637fc2b014773f0dfa9002d -r e3ae0bbd800a68532fc51625642e0abc29e1b085 test/casperjs/modules/historypanel.js --- a/test/casperjs/modules/historypanel.js +++ b/test/casperjs/modules/historypanel.js @@ -161,7 +161,7 @@ //precondition: historyItemWrapper's (hda dom elements) should have an id // we could use the selector directly, but better if it errors before an attempted delete var hdaId = spaceghost.getElementInfo( hdaSelector ).attributes.id; - spaceghost.debug( 'hda id: ' + spaceghost.jsonStr( hdaId ) ); + spaceghost.debug( 'hda id: ' + hdaId ); // get the delete icon and click it //TODO: handle disabled delete icon? 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.