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
323f4bd9
Commit
323f4bd9
authored
Mar 23, 2018
by
Berk Onat
Browse files
Typo in test definitions
parent
c04374ca
Pipeline
#26407
failed with stage
in 8 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/scala/eu/nomad_lab/parsers/GromosParserSpec.scala
View file @
323f4bd9
...
...
@@ -5,10 +5,10 @@ import org.specs2.mutable.Specification
object
GromosParserTests
extends
Specification
{
"GromosParserTest"
>>
{
"[Peptide in Water with 2792 atoms] test with json-events"
>>
{
ParserRun
.
parse
(
NAMD
Parser
,
"parsers/gromos/test/examples/eq/eq_peptide_1.omd"
,
"json-events"
)
must_==
ParseResult
.
ParseSuccess
ParserRun
.
parse
(
Gromos
Parser
,
"parsers/gromos/test/examples/eq/eq_peptide_1.omd"
,
"json-events"
)
must_==
ParseResult
.
ParseSuccess
}
"[Peptide in Water with 2792 atoms] test with json"
>>
{
ParserRun
.
parse
(
NAMD
Parser
,
"parsers/gromos/test/examples/eq/eq_peptide_1.omd"
,
"json"
)
must_==
ParseResult
.
ParseSuccess
ParserRun
.
parse
(
Gromos
Parser
,
"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