Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parser-asap
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nomad-lab
parser-asap
Commits
e11e6f6b
Commit
e11e6f6b
authored
8 years ago
by
Mikkel Strange
Browse files
Options
Downloads
Patches
Plain Diff
forgot to add test of geo optimization
parent
825ecbc0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/scala/eu/nomad_lab/parsers/AsapParserSpec.scala
+6
-0
6 additions, 0 deletions
src/test/scala/eu/nomad_lab/parsers/AsapParserSpec.scala
with
6 additions
and
0 deletions
src/test/scala/eu/nomad_lab/parsers/AsapParserSpec.scala
+
6
−
0
View file @
e11e6f6b
...
...
@@ -16,5 +16,11 @@ object AsapParserSpec extends Specification {
"test moldyn2 with json"
>>
{
ParserRun
.
parse
(
AsapParser
,
"parsers/asap/test/examples/moldyn2.traj"
,
"json"
)
must_==
ParseResult
.
ParseSuccess
}
"test geo_opt1 with json-events"
>>
{
ParserRun
.
parse
(
AsapParser
,
"parsers/asap/test/examples/geo_opt1.traj"
,
"json-events"
)
must_==
ParseResult
.
ParseSuccess
}
"test geo_opt1 with json"
>>
{
ParserRun
.
parse
(
AsapParser
,
"parsers/asap/test/examples/geo_opt1.traj"
,
"json"
)
must_==
ParseResult
.
ParseSuccess
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment