In the middle of updating pit-swing.

This commit is contained in:
Jonathan Bernard
2010-03-08 21:33:49 -06:00
parent a3f9f4b291
commit cd8cdf02a4
16 changed files with 660 additions and 427 deletions

View File

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