Author: yradtsevich
Date: 2011-03-23 13:05:16 -0400 (Wed, 23 Mar 2011)
New Revision: 29978
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE1494Test.java
Log:
https://issues.jboss.org/browse/JBIDE-8613 : VPE test falures
- failure of JBIDE1494Test.testJBIDE1494() is fixed. The failure was caused by changes in
https://issues.jboss.org/browse/JBIDE-8220
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE1494Test.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE1494Test.java 2011-03-23
16:49:34 UTC (rev 29977)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE1494Test.java 2011-03-23
17:05:16 UTC (rev 29978)
@@ -75,7 +75,7 @@
assertNotNull(h_output_template.getTextFormattingData());
//text formating for h:output
- assertEquals(7,h_output_template.getTextFormattingData().getAllFormatData().length);
+ assertEquals(8, h_output_template.getTextFormattingData().getAllFormatData().length);
Node h_dataTable = (Node) ContentAssistUtils.getNodeAt(part
.getSourceEditor().getTextViewer(), 473);
@@ -88,7 +88,7 @@
assertNotNull(h_data_Table.getTextFormattingData());
- assertEquals(8,h_data_Table.getTextFormattingData().getAllFormatData().length);
+ assertEquals(9, h_data_Table.getTextFormattingData().getAllFormatData().length);
Node span =(Node) ContentAssistUtils.getNodeAt(part
.getSourceEditor().getTextViewer(), 615);
@@ -98,7 +98,7 @@
VpeTemplate spanTemplate =
templateManager.getTemplate(vpeController.getPageContext(),span, dependencySet);
assertNotNull(spanTemplate);
- assertEquals(10,spanTemplate.getTextFormattingData().getAllFormatData().length);
+ assertEquals(11,spanTemplate.getTextFormattingData().getAllFormatData().length);
}