Author: dgolovin
Date: 2010-07-21 14:21:46 -0400 (Wed, 21 Jul 2010)
New Revision: 23639
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/el/ELExprPartitionerTest.java
Log:
NullPointerException in
org.jboss.tools.seam.ui.test.el.ELExprPartitionerTest.testELExprPartitioner test fixed
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/el/ELExprPartitionerTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/el/ELExprPartitionerTest.java 2010-07-21
17:46:14 UTC (rev 23638)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/el/ELExprPartitionerTest.java 2010-07-21
18:21:46 UTC (rev 23639)
@@ -50,7 +50,7 @@
}
public void setUp() throws Exception {
- provider = new TestProjectProvider("org.jboss.tools.jsf.text.ext.test",
"projects/" + PROJECT_NAME, PROJECT_NAME, makeCopy);
+ provider = new TestProjectProvider("org.jboss.tools.seam.ui.test",
"projects/" + PROJECT_NAME, PROJECT_NAME, makeCopy);
project = provider.getProject();
Throwable exception = null;
Show replies by date