source: trunk/test/unit/dbnp/studycapturing/FileControllerTests.groovy @ 507

Last change on this file since 507 was 507, checked in by roberth, 13 years ago

Implemented file upload template fields

File size: 464 bytes
Line 
1package dbnp.studycapturing
2
3import grails.test.*
4
5/**
6 * FileControllerTests Test
7 *
8 * Description of my test
9 *
10 * @author  your email (+name?)
11 * @since       2010mmdd
12 * @package     ???
13 *
14 * Revision information:
15 * $Rev$
16 * $Author$
17 * $Date$
18 */
19class FileControllerTests extends ControllerUnitTestCase {
20    protected void setUp() {
21        super.setUp()
22    }
23
24    protected void tearDown() {
25        super.tearDown()
26    }
27
28    void testSomething() {
29
30    }
31}
Note: See TracBrowser for help on using the repository browser.