Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1715)

Unified Diff: test/index.html

Issue 6947057: Make the prod tests pass.
Patch Set: Make the prod tests pass. Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bin/merge-files ('k') | test/test_charm_configuration.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/index.html
=== modified file 'test/index.html'
--- test/index.html 2012-12-11 04:11:39 +0000
+++ test/index.html 2012-12-17 14:53:46 +0000
@@ -3,8 +3,12 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="assets/mocha.css">
+ <script src="/juju-ui/assets/modules.js"></script>
<script src="/juju-ui/assets/all-yui.js"></script>
- <script src="/juju-ui/assets/modules.js"></script>
+ <!-- Since only the tests depend on these files and the prod tests disable
+ the YUI loader, we have to include them manually here. -->
+ <script src="/juju-ui/assets/event-simulate.js"></script>
+ <script src="/juju-ui/assets/node-event-simulate.js"></script>
<script src="assets/chai.js"></script>
<script src="assets/mocha.js"></script>
<script src="utils.js"></script>
« no previous file with comments | « bin/merge-files ('k') | test/test_charm_configuration.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b