Last change
on this file since 40 was
7,
checked in by robert@…, 12 years ago
|
- Created tests for the synchronization and trash
- Improved synchronizationservice and trash
- Put authorization checks in several pages
|
File size:
282 bytes
|
Rev | Line | |
---|
[7] | 1 | package nl.tno.metagenomics.integration |
---|
[4] | 2 | |
---|
[7] | 3 | |
---|
[4] | 4 | import grails.test.* |
---|
| 5 | |
---|
| 6 | class TrashControllerTests extends ControllerUnitTestCase { |
---|
| 7 | protected void setUp() { |
---|
| 8 | super.setUp() |
---|
| 9 | } |
---|
| 10 | |
---|
| 11 | protected void tearDown() { |
---|
| 12 | super.tearDown() |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | void testSomething() { |
---|
| 16 | |
---|
| 17 | } |
---|
| 18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.