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

enable more tests

parent 5cceb01d
Branches
Tags
No related merge requests found
......@@ -10,5 +10,29 @@ object OctopusParserSpec extends Specification {
"test with json" >> {
ParserRun.parse(OctopusParser, "parsers/octopus/test/examples/ink-gs/static/info", "json") must_== ParseResult.ParseSuccess
}
"test H2O with json-events" >> {
ParserRun.parse(OctopusParser, "parsers/octopus/test/examples/H2O/static/info", "json-events") must_== ParseResult.ParseSuccess
}
"test H2O with json" >> {
ParserRun.parse(OctopusParser, "parsers/octopus/test/examples/H2O/static/info", "json") must_== ParseResult.ParseSuccess
}
"test O2 with json-events" >> {
ParserRun.parse(OctopusParser, "parsers/octopus/test/examples/O2/static/info", "json-events") must_== ParseResult.ParseSuccess
}
"test O2 with json" >> {
ParserRun.parse(OctopusParser, "parsers/octopus/test/examples/O2/static/info", "json") must_== ParseResult.ParseSuccess
}
"test Si with json-events" >> {
ParserRun.parse(OctopusParser, "parsers/octopus/test/examples/Si/static/info", "json-events") must_== ParseResult.ParseSuccess
}
"test Si with json" >> {
ParserRun.parse(OctopusParser, "parsers/octopus/test/examples/Si/static/info", "json") must_== ParseResult.ParseSuccess
}
"test Fe with json-events" >> {
ParserRun.parse(OctopusParser, "parsers/octopus/test/examples/Fe/static/info", "json-events") must_== ParseResult.ParseSuccess
}
"test Fe with json" >> {
ParserRun.parse(OctopusParser, "parsers/octopus/test/examples/Fe/static/info", "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