Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Make sure the test properties in 'getTestProperties' are expanded. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ac3e831242f65af1bc079c45a8d64343 |
User & Date: | mistachkin 2018-01-26 01:27:23.075 |
Context
2018-01-26
| ||
01:47 | Setup the '_debugString' field consistently, for the debug build configuration only. check-in: ac4cc4a86e user: mistachkin tags: trunk | |
01:28 | Merge updates from trunk. check-in: 82138de582 user: mistachkin tags: tkt-5cee5409f8 | |
01:27 | Make sure the test properties in 'getTestProperties' are expanded. check-in: ac3e831242 user: mistachkin tags: trunk | |
01:13 | Replace a call to String.Format with the helper method. check-in: c1719dd9f5 user: mistachkin tags: trunk | |
Changes
Changes to lib/System.Data.SQLite/common.eagle.
︙ | ︙ | |||
2537 2538 2539 2540 2541 2542 2543 | set result [getFlagsProperty $flags $quiet] # # NOTE: Add the name of the current test file, if available. This is # only used for debugging. # if {[info exists ::test_file]} then { | | | | 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 | set result [getFlagsProperty $flags $quiet] # # NOTE: Add the name of the current test file, if available. This is # only used for debugging. # if {[info exists ::test_file]} then { append result TestFile= $::test_file \; } # # NOTE: Add the name of the current test, if available. This is only # used for debugging. # if {[info exists ::eagle_tests(CurrentName)]} then { append result TestName= $::eagle_tests(CurrentName) \; } return $result } proc enableSharedCache { channel enable {quiet false} } { if {[catch { |
︙ | ︙ |