Add missing scripts to history and path tests

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2761 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Brett Zamir 2014-04-07 04:51:46 +00:00
parent 614895baf0
commit 0c9308dd98
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<title>Unit Tests for history.js</title>
<link rel='stylesheet' href='qunit/qunit.css' type='text/css'/>
<script src='../editor/jquery.js'></script>
<script src='../editor/svgedit.js'></script>
<script src='../editor/history.js'></script>
<script src='qunit/qunit.js'></script>
<script>

View File

@ -5,6 +5,7 @@
<title>Unit Tests for path.js</title>
<link rel='stylesheet' href='qunit/qunit.css' type='text/css'/>
<script src='../editor/jquery.js'></script>
<script src='../editor/svgedit.js'></script>
<script src='../editor/path.js'></script>
<script src='qunit/qunit.js'></script>
<script>