project:unittests
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
project:unittests [2025/09/07 22:55] – mnewnham | project:unittests [2025/09/25 05:12] (current) – [ADOdb Section] mnewnham | ||
---|---|---|---|
Line 12: | Line 12: | ||
===== Setting Up The Configuration File ===== | ===== Setting Up The Configuration File ===== | ||
==== ADOdb Section ==== | ==== ADOdb Section ==== | ||
- | Add the ADOdb section and set the item directory The tests will be run against the ADOdb installation in that directory | + | Add the ADOdb section and set the item directory The tests will be run against the ADOdb installation in that directory. |
+ | |||
+ | Setting the casing activates the ADODB_CASE value | ||
< | < | ||
[ADOdb] | [ADOdb] | ||
directory=/ | directory=/ | ||
+ | casing=1 | ||
</ | </ | ||
Line 28: | Line 31: | ||
==== XMLschema Section ==== | ==== XMLschema Section ==== | ||
- | This section must be explicitly enabled in the configuration file, with the skipXmlTests value set to 0 , otherwise all tests in the section are skipped. Setting the value to 1 will also skip the tests | + | This section must be explicitly enabled in the configuration file, with the skipXmlTests value set to 0, otherwise all tests in the section are skipped. Setting the value to 1 will also skip the tests. |
+ | Setting debug=1 in this section activates the extended debugging feature available in this module. | ||
< | < | ||
[xmlschema] | [xmlschema] | ||
skipXmlTests=0 | skipXmlTests=0 | ||
+ | debug=0 | ||
</ | </ | ||
==== Driver Section ==== | ==== Driver Section ==== |
project/unittests.1757278514.txt.gz · Last modified: by mnewnham