[jbpm-commits] JBoss JBPM SVN: r5065 - jbpm4/branches/jimma/modules/migration/src/test/java/org/jbpm/jpdl/internal/convert.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jun 19 07:23:43 EDT 2009


Author: jim.ma
Date: 2009-06-19 07:23:43 -0400 (Fri, 19 Jun 2009)
New Revision: 5065

Modified:
   jbpm4/branches/jimma/modules/migration/src/test/java/org/jbpm/jpdl/internal/convert/JpdlConverterToolTest.java
Log:
Ignore one test to avoid it generate temp file

Modified: jbpm4/branches/jimma/modules/migration/src/test/java/org/jbpm/jpdl/internal/convert/JpdlConverterToolTest.java
===================================================================
--- jbpm4/branches/jimma/modules/migration/src/test/java/org/jbpm/jpdl/internal/convert/JpdlConverterToolTest.java	2009-06-19 10:59:06 UTC (rev 5064)
+++ jbpm4/branches/jimma/modules/migration/src/test/java/org/jbpm/jpdl/internal/convert/JpdlConverterToolTest.java	2009-06-19 11:23:43 UTC (rev 5065)
@@ -29,6 +29,7 @@
 
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class JpdlConverterToolTest {
@@ -142,7 +143,10 @@
 		}
 	}
 	
-	@Test
+	@Ignore
+	//Test convert the process file under current directory
+    //it will generate a tmp file under migration dir.
+	//Enable this test until we find how to set the current directory
 	public void runConcretProcess() throws Exception {
 		String fileName = getResource("simple.xml");
 		String args[] = new String[]{"-v",fileName};




More information about the jbpm-commits mailing list