Skip to content

Commit

Permalink
fix src links
Browse files Browse the repository at this point in the history
  • Loading branch information
yathit committed Jun 15, 2015
1 parent 0f3d34e commit 9e0918b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions test/query/test_query.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
<title>QUnit test - TCK 2</title>
<meta charset="utf-8">
<link href="http://code.jquery.com/qunit/qunit-1.11.0.css" rel="stylesheet" type="text/css" />
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript"
src="http://code.jquery.com/qunit/qunit-1.11.0.js"></script>
<script type="text/javascript" src="http://dev.yathit.com/jsc/reporter.js"></script>
<script src="../qunit/jquery.min.js"></script>
<script src="../qunit/qunit-1.11.0.js"></script>
<script src="../../jsc/reporter.js"></script>
<script
type="text/javascript" src="../../jsc/ydn.db-query.js"></script>
type="text/javascript" src="../../jsc/ydn.db-isw-core-crypt-qry-dev.js"></script>
</head>
<body>

<div id="qunit"></div>

<script type="text/javascript" src="qunit-base.js"></script>
<script type="text/javascript" src="query-basic.js"></script>

</body>
Expand Down
1 change: 0 additions & 1 deletion test/query/test_websql_query.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<script src="../../../closure-library/closure/goog/deps.js"></script>
<script type="text/javascript" src="../../../ydn-base/src/deps.js"></script>
<script type="text/javascript" src="../../src/deps.js"></script>
<script type="text/javascript" src="../../src/deps.js"></script>
<script>
goog.require('ydn.db.Storage');
goog.require('ydn.db.Query');
Expand Down

0 comments on commit 9e0918b

Please sign in to comment.