This commit is contained in:
Michael Rausch
2017-03-24 20:45:49 +13:00
19 changed files with 269 additions and 512 deletions
@@ -18,7 +18,7 @@ public class CourseParserTest {
@Before
public void initializeParser() throws Exception {
cp = new CourseParser("doc/examples/course.xml");
cp = new CourseParser("/course.xml");
}
@Test