Author: pascal.verdage
Date: 2008-07-28 07:15:05 -0400 (Mon, 28 Jul 2008)
New Revision: 1736
Added:
jbpm4/pvm/trunk/modules/core/src/test/java/org/jbpm/pvm/timer/DbTimerTests.java
Log:
add timer test suite
Added: jbpm4/pvm/trunk/modules/core/src/test/java/org/jbpm/pvm/timer/DbTimerTests.java
===================================================================
--- jbpm4/pvm/trunk/modules/core/src/test/java/org/jbpm/pvm/timer/DbTimerTests.java
(rev 0)
+++
jbpm4/pvm/trunk/modules/core/src/test/java/org/jbpm/pvm/timer/DbTimerTests.java 2008-07-28
11:15:05 UTC (rev 1736)
@@ -0,0 +1,17 @@
+package org.jbpm.pvm.timer;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+
+public class DbTimerTests {
+
+ public static Test suite() {
+ TestSuite suite = new TestSuite("Test for org.jbpm.pvm.timer");
+ //$JUnit-BEGIN$
+ suite.addTestSuite(TimerTest.class);
+ //$JUnit-END$
+ return suite;
+ }
+
+}
Property changes on:
jbpm4/pvm/trunk/modules/core/src/test/java/org/jbpm/pvm/timer/DbTimerTests.java
___________________________________________________________________
Name: svn:keywords
+ Id