System.Data.SQLite

Check-in [45c494bff0]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix comment from the previous check-in.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | netStandard21
Files: files | file ages | folders
SHA1: 45c494bff0447be70584bed01a763514045b93f9
User & Date: mistachkin 2019-10-07 04:50:50.814
Context
2019-10-07
05:16
Adjust a couple test constraints. check-in: f2da1cf458 user: mistachkin tags: netStandard21
04:50
Fix comment from the previous check-in. check-in: 45c494bff0 user: mistachkin tags: netStandard21
04:49
Fix some uses of the 'checkForFile' test suite helper procedure. check-in: 4f99e9372f user: mistachkin tags: netStandard21
Changes
Unified Diff Ignore Whitespace Patch
Changes to lib/System.Data.SQLite/common.eagle.
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858

            if {![haveConstraint [appendArgs file_ \
                [file tail $testEf6ExeFile]]]} then {
              #
              # HACK: Hard-code the constraint name here to that of .NET
              #       Framework executable.  When compiled for .NET Core
              #       this will be a DLL; however, the tests use the EXE
              #       file name.
              #
              checkForFile $test_channel $testEf6ExeFile testef6.exe
            }

            if {![haveConstraint [appendArgs file_ \
                [file tail $testLinqOutFile]]]} then {
              checkForFile $test_channel $testLinqOutFile







|







5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858

            if {![haveConstraint [appendArgs file_ \
                [file tail $testEf6ExeFile]]]} then {
              #
              # HACK: Hard-code the constraint name here to that of .NET
              #       Framework executable.  When compiled for .NET Core
              #       this will be a DLL; however, the tests use the EXE
              #       file name as the constraint name.
              #
              checkForFile $test_channel $testEf6ExeFile testef6.exe
            }

            if {![haveConstraint [appendArgs file_ \
                [file tail $testLinqOutFile]]]} then {
              checkForFile $test_channel $testLinqOutFile