Skip to content

Commit

Permalink
big test works, tests everything
Browse files Browse the repository at this point in the history
  • Loading branch information
moschel committed Jan 23, 2012
1 parent bc01e5a commit 315bf95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions test.html
Expand Up @@ -8,8 +8,12 @@ <h1 id="qunit-header">JavaScriptMVC Framework Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<div id="test-content"></div>
<div>NOTE: This test only works in Chrome/Safari from a server, not from localhost</div>
<ol id="qunit-tests"></ol>
<div id='syntheticSupport'></div>
<div id="qunit-test-area"></div>
<div id="mlog"></div>
<script type='text/javascript' src='steal/steal.js?test'></script>
</body>
</html>
8 changes: 4 additions & 4 deletions test/test.js
@@ -1,12 +1,12 @@
//we probably have to have this only describing where the tests are
steal('funcunit')
.then('jquery/test/qunit')
.then(function(){
FuncUnit.jQuery("<iframe src='steal/test/qunit.html'></iframe>").appendTo(document.body)
})
.then('funcunit/syn/test/qunit')
.then('funcunit/test/funcunit')
.then('mxui/test.js')


// .then('steal/less/less_test.js')
// .then('funcunit/test/qunit')
.then(function(){
FuncUnit.jQuery("<iframe src='steal/test/qunit.html'></iframe>").appendTo(document.body)
})

0 comments on commit 315bf95

Please sign in to comment.