Skip to content

Commit 37e249a

Browse files
authored
Merge pull request #5 from Submitty/failure_message_improvements
check for both .java files in 09_java_testing
2 parents fe44aed + 5300d7c commit 37e249a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/09_java_testing/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type" : "Compilation",
2020
"title" : "Java - Instructor JUnit Test Compilation",
2121
"command" : "javac -cp submitty_junit.jar:. FactorialTest.java",
22-
"executable_name" : "FactorialTest.class",
22+
"executable_name" : [ "Factorial.class", "FactorialTest.class" ],
2323
"points" : 2
2424
},
2525
{

0 commit comments

Comments
 (0)