Skip to content

Commit

Permalink
Allow schedules to be specified as system properties (as well as in c…
Browse files Browse the repository at this point in the history
…ron.properties) (cleanup)
  • Loading branch information
peteroyle committed Apr 28, 2015
1 parent 29a8073 commit 22d44be
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -19,7 +19,6 @@
import org.jboss.seam.cron.spi.scheduling.CronSchedulingProvider;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.jboss.solder.logging.Logger;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -53,12 +52,6 @@ public static JavaArchive createSchedulingTckTestArchive() {
@Inject
CronSchedulingProvider cronSchedProv;

@BeforeClass
public static void initTestSuite() {
// System.setProperty("test.system.property", "*/5 * * ? * *");
// Set a named schedule as a system property to run every 5 seconds
}

@Test
public void testEventsGetsFired() {
log.info("Testing schedule observer receiving events");
Expand Down

0 comments on commit 22d44be

Please sign in to comment.