Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nomad-lab
parser-gromos
Commits
f4d872f1
Commit
f4d872f1
authored
Apr 19, 2018
by
Berk Onat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/test/scala/eu/nomad_lab/parsers/GromosParserSpec.scala
src/test/scala/eu/nomad_lab/parsers/GromosParserSpec.scala
+3
-1
No files found.
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