Fix the new deprecated names test

This commit is contained in:
Jonathan Frederic 2016-02-10 15:18:26 -08:00
parent 4b0aa51ce7
commit dd57cded75

View File

@ -91,8 +91,8 @@ casper.notebook_test(function () {
}, {guid: guid});
});
that.then(function(guid) {
this.test.assertEquals(this.evaluate(function() {
that.then(function() {
this.test.assertEquals(this.evaluate(function(guid) {
return window[guid];
}, {guid: guid}), true, name + ' can be loaded directly with requirejs');
});