From bad4d856975df2624cc4bf4393e6bef5ab7c0df4 Mon Sep 17 00:00:00 2001 From: Dav Glass Date: Tue, 8 Jan 2013 10:03:08 -0600 Subject: [PATCH] Fixed another JSONP test --- src/jsonp/tests/unit/assets/jsonp-tests.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jsonp/tests/unit/assets/jsonp-tests.js b/src/jsonp/tests/unit/assets/jsonp-tests.js index 21c101adc74..48685be8368 100644 --- a/src/jsonp/tests/unit/assets/jsonp-tests.js +++ b/src/jsonp/tests/unit/assets/jsonp-tests.js @@ -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();