source: trunk/test/unit/PlannedMaintenanceControllerTests.groovy @ 122

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

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

File size: 253 bytes
Line 
1import grails.test.*
2
3class PlannedMaintenanceControllerTests extends ControllerUnitTestCase {
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.