Beginning update to add GUI logging.

This commit is contained in:
Jonathan Bernard
2010-04-02 05:43:04 -05:00
parent 5b3e2066a2
commit dbb2121525
11 changed files with 547 additions and 39 deletions

View File

@ -0,0 +1,10 @@
import griffon.util.IGriffonApplication
class LogDialogTests extends GroovyTestCase {
IGriffonApplication app
void testSomething() {
}
}