forked from JavaTX/JavaCompilerCore
Bugfix in Test
This commit is contained in:
parent
d24b2fa7d6
commit
43413d5e3c
@ -29,8 +29,10 @@ public class JavaTXCompilerTest {
|
|||||||
public JavaTXCompilerTest(){
|
public JavaTXCompilerTest(){
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void test() throws IOException, java.lang.ClassNotFoundException {
|
public void test() throws IOException, java.lang.ClassNotFoundException {
|
||||||
if(fileToTest != null)filesToTest.add(fileToTest);
|
if(fileToTest != null)filesToTest.add(fileToTest);
|
||||||
|
else return;
|
||||||
//filesToTest.add(new File(rootDirectory+"Faculty.jav"));
|
//filesToTest.add(new File(rootDirectory+"Faculty.jav"));
|
||||||
//filesToTest.add(new File(rootDirectory+"mathStruc.jav"));
|
//filesToTest.add(new File(rootDirectory+"mathStruc.jav"));
|
||||||
//filesToTest.add(new File(rootDirectory+"test.jav"));
|
//filesToTest.add(new File(rootDirectory+"test.jav"));
|
||||||
|
Loading…
Reference in New Issue
Block a user