Skip to content
Snippets Groups Projects
Commit e11e6f6b authored by Mikkel Strange's avatar Mikkel Strange
Browse files

forgot to add test of geo optimization

parent 825ecbc0
Branches
Tags
No related merge requests found
......@@ -16,5 +16,11 @@ object AsapParserSpec extends Specification {
"test moldyn2 with json" >> {
ParserRun.parse(AsapParser, "parsers/asap/test/examples/moldyn2.traj", "json") must_== ParseResult.ParseSuccess
}
"test geo_opt1 with json-events" >> {
ParserRun.parse(AsapParser, "parsers/asap/test/examples/geo_opt1.traj", "json-events") must_== ParseResult.ParseSuccess
}
"test geo_opt1 with json" >> {
ParserRun.parse(AsapParser, "parsers/asap/test/examples/geo_opt1.traj", "json") must_== ParseResult.ParseSuccess
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment