coverage.xml revision bb27a2524b30060add4c92e928fe81db5933367c
<?xml version="1.0"?>
<!-- These tests are ready for automated test coverage.
If you'd like your test to be included here:
Don't use yui-debug.js or yui-min.js.
2. Make sure your test respects the filter
query string parameter by using something
like this in your test's YUI config:
var Y = YUI({
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
});
Then make sure ?filter=raw only includes raw JS.
Coverage tests are not allowed to use debug or min filters.
Feel free to add your test if it respects ?filter=raw.
-->
<yuitest>
<tests base="@TEST_ARTIFACTS_BASE@" timeout="120000">
<!-- Using a better coverage page for loader tests. -->
<!-- Combined yui-base, array, object, lang, features
test page -->
<!-- This test fails to complete under automation.
Removed until the cause is discovered.
<url>dom/tests/dom-xy.html</url>
-->
<!-- history-hash doesn't work properly with Selenium. Bug #2530385.
<url>history/tests/functional/history-hash.html</url>
-->
<!--url>jsonp/tests/jsonp.html</url>
<url>jsonp/tests/jsonp-url.html</url-->
<!--url>node-focusmanager/tests/focusmanager.html</url-->
</tests>
</yuitest>