opengeospatial / ets-gml32

Executable Test Suite for GML 3.2
Other
1 stars 2 forks source link

Move data validation into separate test suite #23

Open rjmartell opened 8 years ago

rjmartell commented 8 years ago

The GML test suite should be split into two separate test suites as follows:

  1. Validate a GML schema against the standard rules for application schemas or profiles (all of the conformance classes in GML 3.2 are about this)
  2. Validate a GML document (A.3)

This separation would allow for optimizations to enable validation of large GML documents or data streams, which is problematic at the moment.

bermud commented 7 years ago

Maybe not separate the tests but bring back the enchanted test for instance testing back into the main test suite.