raml-org / raml-tck

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

Added test cases for testing Object Types. #48

Closed LorenaSoledad closed 8 years ago

KonstantinSviridov commented 8 years ago

Hi, @LorenaSoledad,

Please, apply corrections to your JSONs

KonstantinSviridov commented 8 years ago

@LorenaSoledad

What is the parser, which produced "Missing required field \"title??\" message? Is it the one developed by Java team?

sichvoge commented 8 years ago

@LorenaSoledad any updates?

LorenaSoledad commented 8 years ago

Hi @KonstantinSviridov I generated the JSON output with the JS Parser, but the errors object was added manually, because the JS parser was not showing any error. @sichvoge Yes, I've commited again with the json changes. Please tell me if there are more things to fix.

KonstantinSviridov commented 8 years ago

Thanks, @LorenaSoledad Your tests have helped us to find a bug in the JS parser -- the one responsible for the missing error.