[jbpm-commits] JBoss JBPM SVN: r2374 - in jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl: controlflow and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 25 02:33:17 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-25 02:33:17 -0400 (Thu, 25 Sep 2008)
New Revision: 2374

Removed:
   jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/CheckInTests.java
   jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/controlflow/ControlFlowTests.java
   jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/parsing/ParsingTests.java
Log:
Remove test wrappers

Deleted: jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/CheckInTests.java
===================================================================
--- jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/CheckInTests.java	2008-09-25 06:33:05 UTC (rev 2373)
+++ jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/CheckInTests.java	2008-09-25 06:33:17 UTC (rev 2374)
@@ -1,45 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jbpm.jpdl;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.jbpm.jpdl.controlflow.ControlFlowTests;
-import org.jbpm.jpdl.parsing.ParsingTests;
-
-
-/**
- * @author Tom Baeyens
- */
-public class CheckInTests {
-
-  public static Test suite() {
-    TestSuite suite = new TestSuite("org.jbpm.jpdl");
-    //$JUnit-BEGIN$
-    suite.addTest(ControlFlowTests.suite());
-    suite.addTest(ParsingTests.suite());
-    //$JUnit-END$
-    return suite;
-  }
-
-}

Deleted: jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/controlflow/ControlFlowTests.java
===================================================================
--- jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/controlflow/ControlFlowTests.java	2008-09-25 06:33:05 UTC (rev 2373)
+++ jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/controlflow/ControlFlowTests.java	2008-09-25 06:33:17 UTC (rev 2374)
@@ -1,42 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jbpm.jpdl.controlflow;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-
-/**
- * @author Tom Baeyens
- */
-public class ControlFlowTests {
-
-  public static Test suite() {
-    TestSuite suite = new TestSuite("Test for org.jbpm.jpdl.controlflow");
-    //$JUnit-BEGIN$
-    suite.addTestSuite(DecisionExpressionTest.class);
-    suite.addTestSuite(StateTest.class);
-    //$JUnit-END$
-    return suite;
-  }
-
-}

Deleted: jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/parsing/ParsingTests.java
===================================================================
--- jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/parsing/ParsingTests.java	2008-09-25 06:33:05 UTC (rev 2373)
+++ jbpm4/trunk/modules/jpdl/src/test/java/org/jbpm/jpdl/parsing/ParsingTests.java	2008-09-25 06:33:17 UTC (rev 2374)
@@ -1,44 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jbpm.jpdl.parsing;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-
-/**
- * @author Tom Baeyens
- */
-public class ParsingTests {
-
-  public static Test suite() {
-    TestSuite suite = new TestSuite("Test for org.jbpm.jpdl.parsing");
-    //$JUnit-BEGIN$
-    suite.addTestSuite(ProcessParsingTest.class);
-    suite.addTestSuite(NodeParsingTest.class);
-    suite.addTestSuite(JpdlSchemaTest.class);
-    suite.addTestSuite(TransitionParsingTest.class);
-    //$JUnit-END$
-    return suite;
-  }
-
-}




More information about the jbpm-commits mailing list