Skip to content
Snippets Groups Projects
Commit f02be0f6 authored by Ask Hjorth Larsen's avatar Ask Hjorth Larsen
Browse files

make molcas tests work with sbt

parent cb3a5443
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,10 @@ import org.{ json4s => jn }
test_template = """\
"test %(name)s " >> {
"test with json-events" >> {
ParserRun.parse(MolcasParser, "parsers/molcas/test/examples/test/%(name)s", "json-events") must_== ParseResult.ParseSuccess
ParserRun.parse(MolcasParser, "parsers/molcas/test/examples/%(name)s", "json-events") must_== ParseResult.ParseSuccess
}
"test with json" >> {
ParserRun.parse(MolcasParser, "parsers/molcas/test/examples/test/%(name)s", "json") must_== ParseResult.ParseSuccess
ParserRun.parse(MolcasParser, "parsers/molcas/test/examples/%(name)s", "json") must_== ParseResult.ParseSuccess
}
}"""
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment