Last change
on this file since 487 was
487,
checked in by roberth, 11 years ago
|
Added net RELTIME template field type to contain relative times (e.g. 1d 3h). The type has been added as template type, but will probably not be rendered correctly yet.
|
File size:
262 bytes
|
Line | |
---|
1 | package dbnp.data |
---|
2 | |
---|
3 | import grails.test.* |
---|
4 | |
---|
5 | class OntologyControllerTests extends ControllerUnitTestCase { |
---|
6 | protected void setUp() { |
---|
7 | super.setUp() |
---|
8 | } |
---|
9 | |
---|
10 | protected void tearDown() { |
---|
11 | super.tearDown() |
---|
12 | } |
---|
13 | |
---|
14 | void testSomething() { |
---|
15 | |
---|
16 | } |
---|
17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.