rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Create unittests for throwing exceptions from parser #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As of recently, NDDL parser throws all lexer/parser exceptions wrapped in a
single object. Need to add unittests verifying that

1. The combined exception reaches C++ code
2. The combined exception reaches Java code (through Swig)
3. The AST parser returns the combined exception as part of the returned
string (C++ test would be enough).

Original issue reported on code.google.com by kichkaylo@gmail.com on 16 Sep 2009 at 7:14