Skip to content

Commit

Permalink
Fixed another JSONP test
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Jan 8, 2013
1 parent 36f1ce8 commit bad4d85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jsonp/tests/unit/assets/jsonp-tests.js
Expand Up @@ -139,7 +139,9 @@ suite.add(new Y.Test.Case({
});

Y.on('available', function() {
Y.Assert.isTrue(Y.one('#async_test').get("async"));
test.resume(function() {
Y.Assert.isTrue(Y.one('#async_test').getDOMNode().async);
});
}, '#async_test');

test.wait();
Expand Down

0 comments on commit bad4d85

Please sign in to comment.