Author: sflanigan
Date: 2009-07-17 04:01:23 -0400 (Fri, 17 Jul 2009)
New Revision: 16643
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/src/org/jboss/tools/jsf/vpe/ajax4jsf/test/Ajax4JsfTestPlugin.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/src/org/jboss/tools/jsf/vpe/facelets/test/FaceletsTestPlugin.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfAllTests.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfComponentTest.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfTestPlugin.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/src/org/jboss/tools/jsf/vpe/jstl/test/JstlTestPlugin.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/src/org/jboss/tools/jsf/vpe/myfaces/test/MyFacesTestPlugin.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesTestPlugin.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamTestPlugin.java
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsBeanComponentTest.java
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsFormComponentTest.java
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsHTMLComponentTest.java
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsLogicComponentTest.java
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsNestedComponentTest.java
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsTilesComponentTest.java
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VPETestPlugin.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-3557 Externalize English strings
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/src/org/jboss/tools/jsf/vpe/ajax4jsf/test/Ajax4JsfTestPlugin.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/src/org/jboss/tools/jsf/vpe/ajax4jsf/test/Ajax4JsfTestPlugin.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/src/org/jboss/tools/jsf/vpe/ajax4jsf/test/Ajax4JsfTestPlugin.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -67,9 +67,9 @@
URL url = null;
try {
url = bundle == null ? null : FileLocator.resolve(bundle
- .getEntry("/resources")); // $NON-NLS-1$
+ .getEntry("/resources")); //$NON-NLS-1$
} catch (Exception e) {
- url = bundle.getEntry("/resources"); // $NON-NLS-1$
+ url = bundle.getEntry("/resources"); //$NON-NLS-1$
}
return (url == null) ? null : url.getPath();
}
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/src/org/jboss/tools/jsf/vpe/facelets/test/FaceletsTestPlugin.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/src/org/jboss/tools/jsf/vpe/facelets/test/FaceletsTestPlugin.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/src/org/jboss/tools/jsf/vpe/facelets/test/FaceletsTestPlugin.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -74,9 +74,9 @@
URL url = null;
try {
url = bundle == null ? null : FileLocator.resolve(bundle
- .getEntry("/resources")); // $NON-NLS-1$
+ .getEntry("/resources")); //$NON-NLS-1$
} catch (Exception e) {
- url = bundle.getEntry("/resources"); // $NON-NLS-1$
+ url = bundle.getEntry("/resources"); //$NON-NLS-1$
}
return (url == null) ? null : url.getPath();
}
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfAllTests.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfAllTests.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfAllTests.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -91,7 +91,7 @@
public static Test suite() {
- TestSuite suite = new TestSuite("Tests for Vpe Jsf components"); //
$NON-NLS-1$ //$NON-NLS-1$
+ TestSuite suite = new TestSuite("Tests for Vpe Jsf components");
//$NON-NLS-1$ //$NON-NLS-1$
// $JUnit-BEGIN$
suite.addTestSuite(JsfComponentTest.class);
suite.addTestSuite(Jsf20ComponentContentTest.class);
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfComponentTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfComponentTest.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfComponentTest.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -35,99 +35,99 @@
*/
public void testCommandButton() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/commandButton.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/commandButton.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testCommandLink() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/commandLink.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/commandLink.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testDataTable() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/dataTable.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/dataTable.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testForm() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/form.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/form.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testGraphicImage() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/graphicImage.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/graphicImage.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testInputHidden() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/inputHidden.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/inputHidden.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testInputSecret() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/inputSecret.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/inputSecret.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testInputText() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/inputText.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/inputText.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testInputTextArea() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/inputTextArea.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/inputTextArea.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testMessage() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/message.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/message.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testMessages() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/messages.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/messages.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testOutputFormat() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/outputFormat.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/outputFormat.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testOutputLabel() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/outputLabel.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/outputLabel.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testOutputLink() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/outputLink.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/outputLink.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testOutputText() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/outputText.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/outputText.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testPanelGrid() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/panelGrid.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/panelGrid.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testPanelGroup() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/panelGroup.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/panelGroup.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSelectBooleanCheckbox() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectBooleanCheckbox.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectBooleanCheckbox.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSelectManyCheckbox() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectManyCheckbox.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectManyCheckbox.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSelectManyListbox() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectManyListbox.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectManyListbox.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSelectManyMenu() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectManyMenu.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectManyMenu.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSelectOneListbox() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectOneListbox.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectOneListbox.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSelectOneMenu() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectOneMenu.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectOneMenu.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSelectOneRadio() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectOneRadio.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectOneRadio.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
/*
@@ -135,82 +135,82 @@
*/
public void testActionListener() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/actionListener.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/actionListener.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testAttribute() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/attribute.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/attribute.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testConvertDateTime() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/convertDateTime.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/convertDateTime.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testConvertNumber() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/convertNumber.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/convertNumber.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testConverter() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/converter.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/converter.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testFacet() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/facet.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/facet.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testLoadBundle() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/loadBundle.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/loadBundle.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testParam() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/param.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/param.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testPhaseListener() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/phaseListener.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/phaseListener.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSelectItem() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectItem.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectItem.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSelectItems() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectItems.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/selectItems.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSetPropertyActionListener() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/setPropertyActionListener.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/setPropertyActionListener.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testSubview() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/subview.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/subview.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testValidateDoubleRange() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/validateDoubleRange.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/validateDoubleRange.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testValidateLength() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/validateLength.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/validateLength.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testValidateLongRange() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/validateLongRange.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/validateLongRange.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testValidator() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/validator.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/validator.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testValueChangeListener() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/valueChangeListener.jsp",IMPORT_PROJECT_NAME));
// $NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/valueChangeListener.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testVerbatim() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/verbatim.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/verbatim.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
public void testView() throws Throwable {
- performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/view.jsp",IMPORT_PROJECT_NAME)); //
$NON-NLS-1$
+ performTestForVpeComponent((IFile)
TestUtil.getComponentPath("components/view.jsp",IMPORT_PROJECT_NAME));
//$NON-NLS-1$
}
}
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfTestPlugin.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfTestPlugin.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfTestPlugin.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -75,9 +75,9 @@
URL url = null;
try {
url = bundle == null ? null : FileLocator.resolve(bundle
- .getEntry("/resources")); // $NON-NLS-1$
+ .getEntry("/resources")); //$NON-NLS-1$
} catch (Exception e) {
- url = bundle.getEntry("/resources"); // $NON-NLS-1$
+ url = bundle.getEntry("/resources"); //$NON-NLS-1$
}
return (url == null) ? null : url.getPath();
}
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/src/org/jboss/tools/jsf/vpe/jstl/test/JstlTestPlugin.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/src/org/jboss/tools/jsf/vpe/jstl/test/JstlTestPlugin.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/src/org/jboss/tools/jsf/vpe/jstl/test/JstlTestPlugin.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -62,9 +62,9 @@
URL url = null;
try {
url = bundle == null ? null : FileLocator.resolve(bundle
- .getEntry("/resources")); // $NON-NLS-1$ //$NON-NLS-1$
+ .getEntry("/resources")); //$NON-NLS-1$ //$NON-NLS-1$
} catch (Exception e) {
- url = bundle.getEntry("/resources"); // $NON-NLS-1$ //$NON-NLS-1$
+ url = bundle.getEntry("/resources"); //$NON-NLS-1$ //$NON-NLS-1$
}
return (url == null) ? null : url.getPath();
}
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/src/org/jboss/tools/jsf/vpe/myfaces/test/MyFacesTestPlugin.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/src/org/jboss/tools/jsf/vpe/myfaces/test/MyFacesTestPlugin.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/src/org/jboss/tools/jsf/vpe/myfaces/test/MyFacesTestPlugin.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -57,9 +57,9 @@
URL url = null;
try {
url = bundle == null ? null : FileLocator.resolve(bundle
- .getEntry("/resources")); // $NON-NLS-1$
+ .getEntry("/resources")); //$NON-NLS-1$
} catch (Exception e) {
- url = bundle.getEntry("/resources"); // $NON-NLS-1$
+ url = bundle.getEntry("/resources"); //$NON-NLS-1$
}
return (url == null) ? null : url.getPath();
}
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesTestPlugin.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesTestPlugin.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesTestPlugin.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -25,7 +25,7 @@
public class RichFacesTestPlugin extends BaseUIPlugin {
// The plug-in ID
- public static final String PLUGIN_ID =
"org.jboss.tools.jsf.vpe.richfaces.test"; // $NON-NLS-1$
+ public static final String PLUGIN_ID =
"org.jboss.tools.jsf.vpe.richfaces.test"; //$NON-NLS-1$
// The shared instance
private static RichFacesTestPlugin plugin;
@@ -74,9 +74,9 @@
URL url = null;
try {
url = bundle == null ? null : FileLocator.resolve(bundle
- .getEntry("/resources")); // $NON-NLS-1$
+ .getEntry("/resources")); //$NON-NLS-1$
} catch (Exception e) {
- url = bundle.getEntry("/resources"); // $NON-NLS-1$
+ url = bundle.getEntry("/resources"); //$NON-NLS-1$
}
return (url == null) ? null : url.getPath();
}
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamTestPlugin.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamTestPlugin.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamTestPlugin.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -74,9 +74,9 @@
URL url = null;
try {
url = bundle == null ? null : FileLocator.resolve(bundle
- .getEntry("/resources")); // $NON-NLS-1$
+ .getEntry("/resources")); //$NON-NLS-1$
} catch (Exception e) {
- url = bundle.getEntry("/resources"); // $NON-NLS-1$
+ url = bundle.getEntry("/resources"); //$NON-NLS-1$
}
return (url == null) ? null : url.getPath();
}
Modified:
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsBeanComponentTest.java
===================================================================
---
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsBeanComponentTest.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsBeanComponentTest.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -34,46 +34,46 @@
*/
public void testCookie() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/cookie.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/cookie.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testDefine() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/define.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/define.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testHeader() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/header.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/header.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testInclude() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/include.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/include.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testMessage() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/message.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/message.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testParameter() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/parameter.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/parameter.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testResource() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/resource.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/resource.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testSize() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/size.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/size.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testStruts() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/struts.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/struts.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testWrite() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/write.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/write.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testPage() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/page.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/bean/page.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
}
Modified:
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsFormComponentTest.java
===================================================================
---
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsFormComponentTest.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsFormComponentTest.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -34,66 +34,66 @@
*/
public void testCancel() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/cancel.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/cancel.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testCheckbox() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/checkbox.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/checkbox.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testFile() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/file.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/file.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testForm() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/form.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/form.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testHidden() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/hidden.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/hidden.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testMultibox() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/multibox.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/multibox.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testOption() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/option.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/option.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testOptions() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/options.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/options.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testRadio() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/radio.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/radio.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testReset() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/reset.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/reset.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testSelect() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/select.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/select.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testSubmit() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/submit.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/submit.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testText() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/text.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/text.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testButton() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/button.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/button.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testPassword() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/password.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/password.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testTextarea() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/textarea.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/form/textarea.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
}
Modified:
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsHTMLComponentTest.java
===================================================================
---
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsHTMLComponentTest.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsHTMLComponentTest.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -34,50 +34,50 @@
*/
public void testBase() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/base.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/base.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testErrors() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/errors.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/errors.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testFrame() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/frame.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/frame.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testHtml() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/html.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/html.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testImage() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/image.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/image.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testImg() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/img.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/img.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testLink() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/link.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/link.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testRewrite() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/rewrite.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/rewrite.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testMessages() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/messages.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/messages.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testJavascript() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/javascript.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/javascript.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testOptionsCollection() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/optionsCollection.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/optionsCollection.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testXHTML() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/xhtml.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/html/xhtml.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
}
Modified:
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsLogicComponentTest.java
===================================================================
---
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsLogicComponentTest.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsLogicComponentTest.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -34,70 +34,70 @@
*/
public void testEmpty() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/empty.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/empty.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testNotEmpty() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/notEmpty.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/notEmpty.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testEqual() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/equal.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/equal.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testNotEqual() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/notEqual.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/notEqual.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testGreaterEqual() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/greaterEqual.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/greaterEqual.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testGreaterThan() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/greaterThan.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/greaterThan.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testIterate() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/iterate.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/iterate.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testLessEqual() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/lessEqual.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/lessEqual.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testLessThan() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/lessThan.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/lessThan.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testMatch() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/match.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/match.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testNotMatch() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/notMatch.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/notMatch.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testForward() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/forward.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/forward.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testMessagesNotPresent() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/messagesNotPresent.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/messagesNotPresent.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testMessagesPresent() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/messagesPresent.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/messagesPresent.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testNotPresent() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/notPresent.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/notPresent.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testPresent() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/present.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/present.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testRedirect() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/redirect.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/logic/redirect.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
}
Modified:
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsNestedComponentTest.java
===================================================================
---
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsNestedComponentTest.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsNestedComponentTest.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -34,98 +34,98 @@
*/
public void testNest() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/nest.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/nest.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testRoot() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/root.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/root.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testSelect() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/select.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/select.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testText() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/text.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/text.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testWriteNesting() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/writeNesting.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/writeNesting.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testCheckbox() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/checkbox.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/checkbox.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testDefine() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/define.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/define.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testEmpty() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/empty.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/empty.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testEqual() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/equal.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/equal.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testErrors() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/errors.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/errors.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testFile() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/file.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/file.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testForm() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/form.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/form.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testGraterEqual() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/greaterEqual.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/greaterEqual.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testGraterThan() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/greaterThan.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/greaterThan.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testHidden() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/hidden.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/hidden.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testImage() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/image.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/image.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testImg() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/img.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/img.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testIterate() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/iterate.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/iterate.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testLessEqual() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/lessEqual.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/lessEqual.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testLessThan() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/lessThan.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/lessThan.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testLink() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/link.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/link.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testMatch() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/match.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/match.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testMessage() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/message.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/message.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testMessages() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/messages.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/nested/messages.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
}
Modified:
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsTilesComponentTest.java
===================================================================
---
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsTilesComponentTest.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/struts/tests/org.jboss.tools.struts.vpe.struts.test/src/org/jboss/tools/struts/vpe/struts/test/StrutsTilesComponentTest.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -34,38 +34,38 @@
*/
public void testAdd() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/add.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/add.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testDefinition() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/definition.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/definition.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testGet() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/get.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/get.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testGetAsString() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/getAsString.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/getAsString.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testImportAttribute() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/importAttribute.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/importAttribute.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testInitComponentDefinitions() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/initComponentDefinitions.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/initComponentDefinitions.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testInsert() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/insert.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/insert.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testPutList() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/putList.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/putList.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
public void testUserAttribute() throws Throwable {
- performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/userAttribute.jsp",
IMPORT_PROJECT_NAME)); // $NON-NLS-1$
+ performTestForVpeComponent((IFile)TestUtil.getComponentPath("components/tiles/userAttribute.jsp",
IMPORT_PROJECT_NAME)); //$NON-NLS-1$
}
}
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VPETestPlugin.java
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VPETestPlugin.java 2009-07-17
07:47:26 UTC (rev 16642)
+++
trunk/vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VPETestPlugin.java 2009-07-17
08:01:23 UTC (rev 16643)
@@ -67,9 +67,9 @@
URL url = null;
try {
url = bundle == null ? null : FileLocator.resolve(bundle
- .getEntry("/resources")); // $NON-NLS-1$
+ .getEntry("/resources")); //$NON-NLS-1$
} catch (Exception e) {
- url = bundle.getEntry("/resources"); // $NON-NLS-1$
+ url = bundle.getEntry("/resources"); //$NON-NLS-1$
}
return (url == null) ? null : url.getPath();
}