<!DOCTYPE HTML>
<html>
<head>
<title>DataSource Tests</title>
<script src="/build/yui/yui.js"></script>
</head>
<body class="yui3-skin-sam">
<script src="datasource-arrayschema-tests.js"></script>
<script>
YUI({
filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
allowRollup: false,
useBrowserConsole: true
}).use("datasource-arrayschema-tests", "console", function (Y) {
new Y.Console().render();
Y.Test.Runner.run();
});
</script>
</body>
</html>