Add missing scripts to history and path tests
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2761 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
614895baf0
commit
0c9308dd98
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue