Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updates to the test suite infrastructure to handle Eagle integration changes. Cherrypick of [e68410521b]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
320319609f8f269645d55ecd60c491ea |
User & Date: | mistachkin 2014-09-04 02:43:49.591 |
Context
2014-09-04
| ||
02:48 | Update batch build tool to include the 'Debug' configuration by default. check-in: daec116031 user: mistachkin tags: trunk | |
02:43 | Updates to the test suite infrastructure to handle Eagle integration changes. Cherrypick of [e68410521b]. check-in: 320319609f user: mistachkin tags: trunk | |
02:41 | Update Eagle in externals to the latest trunk code. check-in: cafe9568f1 user: mistachkin tags: trunk | |
2014-09-03
| ||
04:11 | Updates to the test suite infrastructure to handle Eagle integration changes. Closed-Leaf check-in: e68410521b user: mistachkin tags: featureWork | |
Changes
Changes to Tests/common.eagle.
︙ | ︙ | |||
1647 1648 1649 1650 1651 1652 1653 | # it is necessary to attempt a conversion to the actual enumerated # type. Failing that, the check against the default value will be # skipped. # set error null; # IGNORED set value [object invoke Utility TryParseFlagsEnum "" \ System.Data.SQLite.SQLiteConnectionFlags "" $flags null true \ | | | 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 | # it is necessary to attempt a conversion to the actual enumerated # type. Failing that, the check against the default value will be # skipped. # set error null; # IGNORED set value [object invoke Utility TryParseFlagsEnum "" \ System.Data.SQLite.SQLiteConnectionFlags "" $flags null true \ true error] # # NOTE: If the combined flags string could not actually be converted # to the enumerated type it is the default value, then just use # it verbatim; otherwise, just return an empty string. In that # case, the default connection flags will be used. # |
︙ | ︙ |