From a2fba8ae858956dc7643726307d8dafb9ce4af0e Mon Sep 17 00:00:00 2001 From: Martina Stella <martinastella@phpca3.ph.kcl.ac.uk> Date: Tue, 27 Sep 2016 13:30:24 +0100 Subject: [PATCH] bug in scala --- src/test/scala/eu/nomad_lab/parsers/OnetepParserSpec.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/scala/eu/nomad_lab/parsers/OnetepParserSpec.scala b/src/test/scala/eu/nomad_lab/parsers/OnetepParserSpec.scala index a264e0e..554898f 100644 --- a/src/test/scala/eu/nomad_lab/parsers/OnetepParserSpec.scala +++ b/src/test/scala/eu/nomad_lab/parsers/OnetepParserSpec.scala @@ -77,10 +77,10 @@ object OnetepParserSpec_6 extends Specification { object OnetepParserSpec_7 extends Specification { "OnetepParserTest" >> { "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" >> { - 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 -- GitLab