Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: remoting/webapp/html/template_unittest.html

Issue 376803005: JavaScript unit test framework for Chrome remote desktop - Part II (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/webapp/unittests/test_eventSource.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/html/template_unittest.html
diff --git a/remoting/webapp/html/template_unittest.html b/remoting/webapp/html/template_unittest.html
index f1ca11704fd2e9dabdc63d5b965701908a9b07bb..f4085cd1968d17a0d2d659daa6019653d1e9ca36 100644
--- a/remoting/webapp/html/template_unittest.html
+++ b/remoting/webapp/html/template_unittest.html
@@ -8,18 +8,19 @@ found in the LICENSE file.
<head>
<meta charset="utf-8">
<title>Remoting web app unit test</title>
- <link rel="stylesheet" href="qunit/src/qunit.css">
+ <link rel="stylesheet" href="qunit/qunit.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<!-- test framework files -->
- <script src="qunit/src/qunit.js"></script>
- <script src="blanketjs/src/blanket.js"></script>
- <script src="blanketjs/src/qunit_adapter.js"></script>
- <script src="sinonjs/src/sinon.js"></script>
- <script src="sinonjs/src/sinon-qunit.js"></script>
+ <script src="qunit/qunit.js"></script>
+ <script src="qunit/browser_test_harness.js"></script>
+ <script src="blanketjs/blanket.js"></script>
+ <script src="blanketjs/qunit_adapter.js"></script>
+ <script src="sinonjs/sinon.js"></script>
+ <script src="sinonjs/sinon-qunit.js"></script>
<!-- product files and unit test files-->
<meta-include type="javascript"/>
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/webapp/unittests/test_eventSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698