Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
64c78459
Commit
64c78459
authored
Mar 27, 2018
by
Maxime Perrotin
Browse files
Add 'expected' file in testcase
parent
9be97025
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-optionalfield/dataview.asn
View file @
64c78459
...
...
@@ -19,7 +19,11 @@ SeqDef ::= SEQUENCE {
d SEQUENCE { thanassis BOOLEAN } DEFAULT { thanassis TRUE }
}
--SeqPresent ::= Seq (WITH COMPONENTS {a PRESENT})
--SeqAbsent ::= Seq (WITH COMPONENTS {a ABSENT})
SomeSeq ::= SEQUENCE { thanassis BOOLEAN }
some-constant SomeSeq ::= { thanassis TRUE }
SeqPresent ::= Seq (WITH COMPONENTS {a PRESENT})
SeqAbsent ::= Seq (WITH COMPONENTS {a ABSENT})
END
tests/regression/test-shadowing/Makefile
View file @
64c78459
...
...
@@ -11,7 +11,7 @@ test-parse:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
gnat make test_ada.ada
&&
./test_ada
gnat make test_ada.ada
&&
./test_ada
| diff expected -
test-c
:
$(OPENGEODE)
og.pr
--toC
...
...
tests/regression/test-shadowing/expected
0 → 100644
View file @
64c78459
Entering state with FALSE 2 (should be FALSE 2)
Value should be the same: FALSE 2
Value should be (FALSE 4) : FALSE 4
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment