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

Unified Diff: test/test_model.js

Issue 11447043: Related charms pull updated commitCount value.
Patch Set: Related charms pull updated commitCount value. Created 10 years, 8 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 | « test/test_browser_charm_details.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test_model.js
=== modified file 'test/test_model.js'
--- test/test_model.js 2013-07-17 14:14:01 +0000
+++ test/test_model.js 2013-07-17 19:57:58 +0000
@@ -803,7 +803,7 @@
// The overall should have the default 5 max charms listed.
assert.equal(5, relatedObject.overall.length);
// The requires for mysql should be truncated to the max of 5 as well.
- assert.equal(1, relatedObject.requires.http.length);
+ assert.equal(5, relatedObject.requires.http.length);
// There's only one key in the provides section.
assert.equal(1, Y.Object.keys(relatedObject.provides).length);
« no previous file with comments | « test/test_browser_charm_details.js ('k') | no next file » | no next file with comments »

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