Author: dmaliarevich
Date: 2008-10-28 12:13:14 -0400 (Tue, 28 Oct 2008)
New Revision: 11250
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java
Log:
JUnit test for rich faces were update. (tests that couldn't be performed were
disabled)
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java 2008-10-28
16:01:10 UTC (rev 11249)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java 2008-10-28
16:13:14 UTC (rev 11250)
@@ -74,7 +74,7 @@
performContentTest("components/columns.xhtml");//$NON-NLS-1$
}
- public void testColumnGroup() throws Throwable {
+ public void _testColumnGroup() throws Throwable {
assertTrue("it is necessary to add a body of the test ",
false);//$NON-NLS-1$
}
@@ -103,7 +103,7 @@
}
- public void testSubTable() throws Throwable {
+ public void _testSubTable() throws Throwable {
assertTrue("it is necessary to add a body of the test ",
false);//$NON-NLS-1$
}
@@ -147,7 +147,7 @@
performContentTest("components/menuItem.xhtml");//$NON-NLS-1$
}
- public void testMenuSeparator() throws Throwable {
+ public void _testMenuSeparator() throws Throwable {
assertTrue("it is necessary to add a body of the test ",
false);//$NON-NLS-1$
}
@@ -227,7 +227,7 @@
performContentTest("components/panelBar.xhtml");//$NON-NLS-1$
}
- public void testPanelBarItem() throws Throwable {
+ public void _testPanelBarItem() throws Throwable {
assertTrue("it is necessary to add a body of the test ",
false);//$NON-NLS-1$
}
@@ -275,7 +275,7 @@
performContentTest("components/tabPanel.xhtml");//$NON-NLS-1$
}
- public void testTab() throws Throwable {
+ public void _testTab() throws Throwable {
assertTrue("it is necessary to add a body of the test ",
false);//$NON-NLS-1$
}
Show replies by date