Author: dsakovich
Date: 2008-02-18 09:28:20 -0500 (Mon, 18 Feb 2008)
New Revision: 6381
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE1615Test.java
Log:
Code adjustment
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE1615Test.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE1615Test.java 2008-02-18
14:11:35 UTC (rev 6380)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE1615Test.java 2008-02-18
14:28:20 UTC (rev 6381)
@@ -24,6 +24,12 @@
import org.mozilla.interfaces.nsIDOMElement;
import org.mozilla.interfaces.nsIDOMNode;
+/**
+ * Test JBIDE-1615
+ *
+ * @author dsakovich(a)exadel.com
+ *
+ */
public class JBIDE1615Test extends VpeTest {
public static final String IMPORT_PROJECT_NAME = "jsfTest";
@@ -31,12 +37,11 @@
private static final String TEST_PAGE_NAME =
"JBIDE/1615/JBIDE-1615.xhtml";
public JBIDE1615Test(String name) {
-
super(name);
}
- //test method for JBIDE 1484
- public void testJBIDE_1484() throws Throwable {
+ //test method for JBIDE 1615
+ public void testJBIDE_1615() throws Throwable {
// wait
TestUtil.waitForJobs();
// set exception
@@ -54,7 +59,7 @@
assertNotNull("Editor input is null", input);
// open and get editor
JSPMultiPageEditor part = openEditor(input);
-
+
// get dom document
nsIDOMDocument document = getVpeVisualDocument(part);
nsIDOMElement element = document.getDocumentElement();
Show replies by date