System.Data.SQLite

Check-in [0eeaf2e05a]
Login

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: 0eeaf2e05a4653fb6e76cb380e82d6929a3c7e22
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
Unified Diff Show Whitespace Changes Patch
Changes to Tests/stress.eagle.
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







|







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