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

Unified Diff: test/test_app.js

Issue 8812043: gallimaufry
Patch Set: gallimaufry Created 10 years, 11 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 | « app/views/topology/relation.js ('k') | test/test_fakebackend.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test_app.js
=== modified file 'test/test_app.js'
--- test/test_app.js 2013-04-10 14:49:02 +0000
+++ test/test_app.js 2013-04-16 20:21:27 +0000
@@ -401,7 +401,6 @@
});
it('app instantiates correctly in sandbox mode.', function() {
- var charmStoreData = utils.makeCharmStore();
app = new Y.juju.App(
{ container: container,
viewContainer: container,
@@ -410,7 +409,7 @@
consoleEnabled: true,
user: 'admin',
password: 'admin',
- charm_store: charmStoreData.charmStore
+ charm_store: new utils.TestCharmStore()
});
app.showView(new Y.View());
// This simply walks through the hierarchy to show that all the
« no previous file with comments | « app/views/topology/relation.js ('k') | test/test_fakebackend.js » ('j') | no next file with comments »

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