source: trunk/test/unit/DateUtilServiceTests.groovy @ 137

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

Update to grails-1.1.1 release.
Fix WorkDone? and Fault entries not showing after update, now using criteria.
Work on TaskRecurringSchedule, add DateUtilService class, regenerate views to suite.
Finally have correct rollback behaviour on TaskRecurringSchedule? domain object updates by using transactions.
Added name to copyright since the license has no meaning without it.

File size: 236 bytes
Line 
1import grails.test.*
2
3class DateUtilServiceTests 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.