Index: trunk/test/unit/PeriodControllerTests.groovy
===================================================================
--- trunk/test/unit/PeriodControllerTests.groovy	(revision 122)
+++ trunk/test/unit/PeriodControllerTests.groovy	(revision 122)
@@ -0,0 +1,15 @@
+import grails.test.*
+
+class PeriodControllerTests extends ControllerUnitTestCase {
+    protected void setUp() {
+        super.setUp()
+    }
+
+    protected void tearDown() {
+        super.tearDown()
+    }
+
+    void testSomething() {
+
+    }
+}
Index: trunk/test/unit/PlannedMaintenanceControllerTests.groovy
===================================================================
--- trunk/test/unit/PlannedMaintenanceControllerTests.groovy	(revision 122)
+++ trunk/test/unit/PlannedMaintenanceControllerTests.groovy	(revision 122)
@@ -0,0 +1,15 @@
+import grails.test.*
+
+class PlannedMaintenanceControllerTests extends ControllerUnitTestCase {
+    protected void setUp() {
+        super.setUp()
+    }
+
+    protected void tearDown() {
+        super.tearDown()
+    }
+
+    void testSomething() {
+
+    }
+}
