raml-org / raml-tck

Test Compatibility Kit for RAML 1.0
http://raml-org.github.io/raml-tck/
8 stars 10 forks source link

Fix a couple of overlay and extension tests #65

Closed KonstantinSviridov closed 7 years ago

KonstantinSviridov commented 8 years ago

RAML10/Examples/raml1/overlays&extensions/extension/extension.raml RAML10/Examples/raml1/overlays&extensions/overlay/slave.raml were added 18 days ago, under the folder Examples. They are related to overlays and extensions respectively. The first thing, they are not under the correct folder. The other thing is that we defined a design for the raml test, in order to identify the objective of the test and the expected result. And this should be added in every new test. It would be nice to make those changes with this new 2 tests. Thanks !

#%RAML 1.0 [FRAGMENT]
<NEWLINE>
# Objective: <COMMENT>
# Expected result: <COMMENT>

# <COMMENT>
<NEWLINE>
# tags: <tag_1>, <tag_2>, ...,<tag_n>
<RAML_CONTENT>

https://github.com/mulesoft-labs/raml-tck/tree/master/src/source/TCK/RAML10/Examples/raml1/overlays%26extensions/extension

https://github.com/mulesoft-labs/raml-tck/tree/master/src/source/TCK/RAML10/Examples/raml1/overlays%26extensions/overlay