Beginning update to add GUI logging.
This commit is contained in:
10
test/integration/LogDialogTests.groovy
Normal file
10
test/integration/LogDialogTests.groovy
Normal file
@ -0,0 +1,10 @@
|
||||
import griffon.util.IGriffonApplication
|
||||
|
||||
class LogDialogTests extends GroovyTestCase {
|
||||
|
||||
IGriffonApplication app
|
||||
|
||||
void testSomething() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user