Author: vrubezhny
Date: 2009-07-24 15:25:09 -0400 (Fri, 24 Jul 2009)
New Revision: 16786
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/ELExprPartitionerTest.java
Log:
JsfTextExtAllTests is updated: an unneeded refresh operation is excluded. (I suppose that
it's breaking the Seam model and making the Seam builders to start while there is no
waiting procedure is performed after. Because the builders work is done after the test
project setup I assume that we don't need an additional refresh here)
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/ELExprPartitionerTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/ELExprPartitionerTest.java 2009-07-24
19:16:49 UTC (rev 16785)
+++
trunk/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/ELExprPartitionerTest.java 2009-07-24
19:25:09 UTC (rev 16786)
@@ -54,12 +54,13 @@
provider = new TestProjectProvider("org.jboss.tools.jsf.text.ext.test", null,
PROJECT_NAME, makeCopy);
project = provider.getProject();
Throwable exception = null;
- try {
- project.refreshLocal(IResource.DEPTH_INFINITE, null);
- } catch (Exception x) {
- exception = x;
- x.printStackTrace();
- }
+// try {
+// project.refreshLocal(IResource.DEPTH_INFINITE, null);
+// } catch (Exception x) {
+// exception = x;
+// x.printStackTrace();
+// }
+
assertNull("An exception caught: " + (exception != null?
exception.getMessage() : ""), exception);
}
@@ -187,7 +188,7 @@
.append("]");
}
assertMessage.append("}");
-
+
assertTrue(assertMessage.toString() , testResult);
counter++;
} else {
Show replies by date