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