~kaaloo/workplan/trunk

« back to all changes in this revision

Viewing changes to test/java/com/pilango/workplan/AllTests.java

  • Committer: Luis Arias
  • Date: 2008-07-15 20:14:35 UTC
  • Revision ID: luis.arias@pilango.com-20080715201435-13cgdf0octvaofmi
ChocoHelper setupShiftVars and setWorkerDayOffConstraints are tested and working in the limited workerDayOff test context.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
                GroovyTestSuite gsuite = new GroovyTestSuite();
24
24
                suite.addTestSuite(gsuite.compile(UNIT_TEST_ROOT + "SchedulingTest.groovy"));
25
25
                suite.addTestSuite(gsuite.compile(UNIT_TEST_ROOT + "ChocoTest.groovy"));
26
 
                suite.addTestSuite(gsuite.compile(UNIT_TEST_ROOT + "ConstraintHelperTest.groovy"));
 
26
                suite.addTestSuite(gsuite.compile(UNIT_TEST_ROOT + "ChocoHelperTest.groovy"));
27
27
                suite.addTestSuite(gsuite.compile(INTEGRATION_TEST_ROOT + "services/TimeSlotServiceTests.groovy"));
28
28
                suite.addTestSuite(com.pilango.workplan.TestElementConstraint.class);
29
29
                //$JUnit-BEGIN$