Author: vrubezhny
Date: 2011-09-12 08:52:44 -0400 (Mon, 12 Sep 2011)
New Revision: 34630
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/JsfJspLongResourceBundlePropertyNamesTest.java
Log:
JBIDE-9414
CA incorrectly inserts a long-named properties from resource bundles
Issue is fixed. JUnit Test is updated due to test the changes made while fixing the issue
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/JsfJspLongResourceBundlePropertyNamesTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/JsfJspLongResourceBundlePropertyNamesTest.java 2011-09-12
12:15:58 UTC (rev 34629)
+++
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/JsfJspLongResourceBundlePropertyNamesTest.java 2011-09-12
12:52:44 UTC (rev 34630)
@@ -96,7 +96,7 @@
}
- public void _testJstJspLongResourceBundlePropertyNamesInTagAttributeValue() {
+ public void testJstJspLongResourceBundlePropertyNamesInTagAttributeValue() {
assertNotNull("Test project '" + PROJECT_NAME + "' is not
prepared", project);
openEditor(PAGE_NAME);
@@ -118,7 +118,7 @@
}
}
- public void _testJstJspLongResourceBundlePropertyNamesInText() {
+ public void testJstJspLongResourceBundlePropertyNamesInText() {
assertNotNull("Test project '" + PROJECT_NAME + "' is not
prepared", project);
openEditor(PAGE_NAME);
Show replies by date