Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 372 Bytes

File metadata and controls

8 lines (7 loc) · 372 Bytes

Every CSDL file in this folder represents a test case where schema validation that is meant to fail at a certain line and column because a certain XML schema rule is violated.

Per CSDL file there must be three entries in the test.properties file:

filename.xml.line=<line number>
filename.xml.col=<column number>
filename.xml.rule=<rule name>