File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,13 +231,13 @@ directory in the project root and ``CLASSPATH`` is set automatically.
231
231
Schema validation
232
232
-----------------
233
233
234
- Created output.xml has `<../doc/schema >`_ that can be tested as part of acceptance
235
- test run . The schema is always used to validate selected outputs in
234
+ Created output.xml has `schema <../doc/schema >`_ that can be tested as part of
235
+ acceptance tests . The schema is always used to validate selected outputs in
236
236
`<robot/rebot/compatibility.robot >`_, but validating all outputs would slow down
237
237
execution a bit too much.
238
238
239
239
It is, however, possible to enable validating all outputs by setting
240
- `ATEST_VALIDATE_OUTPUT ` environment variable to `TRUE ` (case-insensitive).
240
+ `` ATEST_VALIDATE_OUTPUT `` environment variable to `` TRUE ` ` (case-insensitive).
241
241
This is recommended especially if the schema is updated or output.xml changed.
242
242
243
243
Telnet tests
You can’t perform that action at this time.
0 commit comments