Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix minor typo in test case. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0eeaf2e05a4653fb6e76cb380e82d692 |
User & Date: | mistachkin 2018-01-29 20:16:06.659 |
Context
2018-01-30
| ||
18:37 | Compilation fixes for the .NET Compact Framework. check-in: e637ca41cf user: mistachkin tags: trunk | |
2018-01-29
| ||
20:16 | Fix minor typo in test case. check-in: 0eeaf2e05a user: mistachkin tags: trunk | |
2018-01-28
| ||
05:38 | Update the VsWhere tool in externals to the 2.3.2 release. check-in: 1e2a7d22d2 user: mistachkin tags: trunk | |
Changes
Changes to Tests/stress.eagle.
︙ | ︙ | |||
175 176 177 178 179 180 181 | [regexp -- {\sdatabase is locked\s} $error] || \ [regexp -- {\sdatabase table is locked\s} $error]}] } ############################################################################# proc initTest { indicator } { | | | 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | [regexp -- {\sdatabase is locked\s} $error] || \ [regexp -- {\sdatabase table is locked\s} $error]}] } ############################################################################# proc initTest { indicator } { set ::eagle_tests(Constraints) $::test_constraints } ############################################################################# proc delayTest { base extra } { if {$base < 0} then { set base 1000 |
︙ | ︙ |