source: trunk/test/unit/TaskRecurringScheduleJobTests.groovy @ 123

Last change on this file since 123 was 123, checked in by gav, 15 years ago

Install Quartz plugin and make a start on TaskRecurringScheduleJob?

File size: 245 bytes
Line 
1import grails.test.*
2
3class TaskRecurringScheduleJobTests extends GrailsUnitTestCase {
4    protected void setUp() {
5        super.setUp()
6    }
7
8    protected void tearDown() {
9        super.tearDown()
10    }
11
12    void testSomething() {
13
14    }
15}
Note: See TracBrowser for help on using the repository browser.