Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update some tests. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard21 |
Files: | files | file ages | folders |
SHA1: |
db37d8cc30ffd569d743f04650cb1345 |
User & Date: | mistachkin 2019-10-07 03:07:07.321 |
Context
2019-10-07
| ||
03:26 | When dynamically compiling C# code within the test suite, disable warning 1701 on .NET Core. check-in: f5021afcb3 user: mistachkin tags: netStandard21 | |
03:07 | Update some tests. check-in: db37d8cc30 user: mistachkin tags: netStandard21 | |
2019-10-06
| ||
05:05 | Prepare to support an alternate Eagle binary directory targeting the .NET Core 3.0 runtime. check-in: a570446a0e user: mistachkin tags: netStandard21 | |
Changes
Changes to Tests/basic.eagle.
︙ | |||
2440 2441 2442 2443 2444 2445 2446 | 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 | - + | cleanupDb $fileName unset -nocomplain e d c b a x result db fileName } -constraints {eagle command.object monoBug28 command.sql compile.DATA SQLite\ System.Data.SQLite} -match regexp -result {^\{0 x System#DBNull#\d+ 1\ \{System\.Reflection\.TargetInvocationException: Exception has been thrown by\ |
︙ |
Changes to Tests/version.eagle.
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - + | ############################################################################### # # NOTE: What is the full version of the EntityFramework NuGet package (which # is not [necessarily] the same version as the assembly itself) in use # by the System.Data.SQLite NuGet packages? # |
︙ |