Skip to content

Commit

Permalink
FLUID-5678: Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maozillah committed Jun 25, 2015
1 parent 5448ae7 commit b61fe0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/framework-tests/preferences/js/PanelsTests.js
Expand Up @@ -1208,9 +1208,7 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt

fluid.each(messageMap, function(messageName, selectorName) {
jqUnit.assertEquals("The label text is " + messageBase[messageName], messageBase[messageName], that.locate(selectorName).text());
// jqUnit.assertEquals("The label text is " + messageBase.textSizeLabel, messageBase.textSizeLabel, that.locate("label").text());
// jqUnit.assertEquals("The description text is " + messageBase.textSizeDescr, messageBase.textSizeDescr, that.locate("textSizeDescr").text());
});
});

};

Expand Down

0 comments on commit b61fe0f

Please sign in to comment.