Skip to content

Commit

Permalink
Merge remote-tracking branch 'justin/FLUID-5942'
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyli committed Aug 12, 2016
2 parents 8c675a5 + 257d3dc commit c8b42b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -347,7 +347,7 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
fluid.each(memberNames, function (memberName) {
var comp = parentPanel[memberName];
jqUnit.assertNotUndefined("The " + memberName + " should be instantiated", comp);
jqUnit.assertDeepEq("The context for " + memberName + " should be retained", comp.origContext, comp.container[0].ownerDocument);
jqUnit.assertEquals("The context for " + memberName + " should be retained", comp.origContext.URL, comp.container[0].ownerDocument.URL);
jqUnit.assertNodeExists("The container for " + memberName + " should exist", comp.container);
jqUnit.assertNodeExists("The input for " + memberName + " should exist", comp.locate("bool"));
jqUnit.assertEquals("The " + memberName + " should be rendered", comp.model.value, comp.locate("bool").prop("checked"));
Expand Down

0 comments on commit c8b42b7

Please sign in to comment.