1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/655ddcb3e5a8/ Changeset: 655ddcb3e5a8 User: carlfeberhard Date: 2015-02-03 21:54:39+00:00 Summary: Browser test: use new object param style in history api tests Affected #: 1 file diff -r b9dd3817bdabd5c61990af589d31c1097b3c5de6 -r 655ddcb3e5a8a5eda97a031b3803d053caa5e963 test/casperjs/api-history-tests.js --- a/test/casperjs/api-history-tests.js +++ b/test/casperjs/api-history-tests.js @@ -99,7 +99,7 @@ "Id of last history (from index) DOES NOT appear: " + newFirstHistory.id ); this.test.comment( 'calling index with delete=true should include the deleted history' ); - newFirstHistory = this.api.histories.index( true )[0]; + newFirstHistory = this.api.histories.index({ deleted: true })[0]; //this.debug( 'newFirstHistory:\n' + this.jsonStr( newFirstHistory ) ); this.test.assert( newFirstHistory.id === createdHistory.id, "Id of last history (from index) DOES appear using index( deleted=true ): " + newFirstHistory.id ); 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.