<html>
<head>
<title>YUITest Automated Tests</title>
</head>
<body class="yui3-skin-sam">
<div id="log"></div>
<script type="text/javascript">
var YUI_config = {
gfilter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
};
YUI({
filter: YUI_config.gfilter,
modules: {
'format-tests': {
fullpath: '/format-tests.js',
requires: [ 'test']
},
'mock-tests': {
fullpath: '/mock-tests.js',
requires: [ 'test']
},
'objectassert-tests': {
fullpath: '/objectassert-tests.js',
requires: [ 'test']
},
'arrayassert-tests': {
fullpath: '/arrayassert-tests.js',
requires: [ 'test']
},
'bugs-tests': {
fullpath: '/bugs-tests.js',
requires: [ 'test']
},
'general-tests': {
fullpath: '/general-tests.js',
requires: [ 'test']
}
}
}).use('format-tests', 'mock-tests', 'objectassert-tests', 'arrayassert-tests', 'bugs-tests', 'general-tests', 'test-console', 'test', function(Y) {
new Y.Test.Console().render('#log');
Y.Test.Runner.setName('YUITest Test Suite');
});
</script>
</body>
</html>