Skip to content
Snippets Groups Projects
Commit f4d872f1 authored by Berk Onat's avatar Berk Onat
Browse files

Changing scala test setting from concurrent threads to serial threads

parent d98e25e0
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -3,10 +3,12 @@ package eu.nomad_lab.parsers
import org.specs2.mutable.Specification
object GromosParserTests extends Specification {
"GromosParserTest" >> {
"GromosParserTest_1" >> {
"[Peptide in Water with 2792 atoms] test with json-events" >> {
ParserRun.parse(GromosParser, "parsers/gromos/test/examples/eq/eq_peptide_1.omd", "json-events") must_== ParseResult.ParseSuccess
}
}
"GromosParserTest_2" >> {
"[Peptide in Water with 2792 atoms] test with json" >> {
ParserRun.parse(GromosParser, "parsers/gromos/test/examples/eq/eq_peptide_1.omd", "json") must_== ParseResult.ParseSuccess
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment