Skip to content
Snippets Groups Projects
Commit a2fba8ae authored by Martina Stella's avatar Martina Stella
Browse files

bug in scala

parent db4f13a9
Branches
Tags 1.1.0
No related merge requests found
...@@ -77,10 +77,10 @@ object OnetepParserSpec_6 extends Specification { ...@@ -77,10 +77,10 @@ object OnetepParserSpec_6 extends Specification {
object OnetepParserSpec_7 extends Specification { object OnetepParserSpec_7 extends Specification {
"OnetepParserTest" >> { "OnetepParserTest" >> {
"test with json-events" >> { "test with json-events" >> {
ParserRun.parse(OnetepParser, "parsers/onetep/test/examples/flour/12-difluoroethane.out", "json-events") must_== ParseResult.ParseSuccess ParserRun.parse(OnetepParser, "parsers/onetep/test/examples/fluor/12-difluoroethane.out", "json-events") must_== ParseResult.ParseSuccess
} }
"test with json" >> { "test with json" >> {
ParserRun.parse(OnetepParser, "parsers/onetep/test/examples/flour/12-difluoroethane.out", "json") must_== ParseResult.ParseSuccess ParserRun.parse(OnetepParser, "parsers/onetep/test/examples/fluor/12-difluoroethane.out", "json") must_== ParseResult.ParseSuccess
} }
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment