Author: mareshkau
Date: 2009-06-10 09:05:32 -0400 (Wed, 10 Jun 2009)
New Revision: 15855
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE4373Test.java
Log:
revert changes which was in r15848, uncomment failed junit tests
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE4373Test.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE4373Test.java 2009-06-10
13:03:46 UTC (rev 15854)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE4373Test.java 2009-06-10
13:05:32 UTC (rev 15855)
@@ -40,8 +40,7 @@
/**
* OpenOn test for Custom elements
*/
- //TODO Maksim Areshkau, uncoment when JBIDE-4213 will be fixed
- public void _testCorrectCustomElements() throws CoreException {
+ public void testCorrectCustomElements() throws CoreException {
VpeController vpeController = openInVpe(JsfAllTests.IMPORT_CUSTOM_FACELETS_PROJECT,
"correctCustomTags.xhtml"); //$NON-NLS-1$
int position =
TestUtil.getLinePositionOffcet(vpeController.getSourceEditor().getTextViewer(), 13, 8);
@@ -62,8 +61,7 @@
/**
* test openOn for undefined template
*/
- //TODO Maksim Areshkau, uncoment when JBIDE-4213 will be fixed
- public void _testIncorrectCustomElements() throws CoreException {
+ public void testIncorrectCustomElements() throws CoreException {
VpeController vpeController = openInVpe(JsfAllTests.IMPORT_CUSTOM_FACELETS_PROJECT,
"incorrectCustomTags.xhtml"); //$NON-NLS-1$
int position =
TestUtil.getLinePositionOffcet(vpeController.getSourceEditor().getTextViewer(), 9, 6);