01: package info.jtrac.util; 02: 03: import junit.framework.TestCase; 04: 05: public class JtracConfigurerTest extends TestCase { 06: 07: public void testUserDir() throws Exception { 08: // TODO 09: } 10: 11: }