Statistics
| Revision:

root / hci / trunk / .metadata / .plugins / org.eclipse.core.resources / .history / 2d / 90adfe3c341100101d6fba8584f33802 @ 3

History | View | Annotate | Download (294 Bytes)

1
package com.eneraptor.hci
2

    
3
import grails.test.*
4

    
5
class InternalConfigTests extends GrailsUnitTestCase {
6
    protected void setUp() {
7
        super.setUp()
8
    }
9

    
10
    protected void tearDown() {
11
        super.tearDown()
12
    }
13

    
14
    void testSomething() {
15

    
16
		assertEquals("1", "1")
17
		
18
    }
19
}