Last change
on this file since 536 was
536,
checked in by roberth, 12 years ago
|
Samples are now shown in the study overview page. Also some tests are added and the bootstrap is updated to show some sample fields with a template
|
File size:
240 bytes
|
Rev | Line | |
---|
[536] | 1 | package dbnp.studycapturing |
---|
| 2 | |
---|
| 3 | import grails.test.* |
---|
| 4 | |
---|
| 5 | class EventGroupTests extends GrailsUnitTestCase { |
---|
| 6 | protected void setUp() { |
---|
| 7 | super.setUp() |
---|
| 8 | } |
---|
| 9 | |
---|
| 10 | protected void tearDown() { |
---|
| 11 | super.tearDown() |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.