pulled all integration tests out of the unit test suite and put them into integrationTests.js. updated test suite index page

This commit is contained in:
Eric Rowell
2013-06-02 12:16:39 -07:00
parent 98dff50c93
commit a3fe5b05ca
15 changed files with 1907 additions and 903 deletions

View File

@@ -7,7 +7,6 @@
<!-- assets -->
<script src="../assets/worldMap.js"></script>
<script src="../assets/tiger.js"></script>
<script src="../assets/unitDataUrls.js"></script>
<script src="../js/Test.js"></script>
<script src="../js/unitTests.js"></script>