Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-gromos
Commits
f4d872f1
Commit
f4d872f1
authored
Apr 19, 2018
by
Berk Onat
Browse files
Changing scala test setting from concurrent threads to serial threads
parent
d98e25e0
Pipeline
#27681
passed with stage
in 11 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/scala/eu/nomad_lab/parsers/GromosParserSpec.scala
View file @
f4d872f1
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment