Fixed tests to work at least for .NET 8 (#275)

* Fixed tests to work at least for .NET 8
---------

Signed-off-by: Roberto Paterlini <paterlini.roberto@gmail.com>
This commit is contained in:
Roberto Paterlini
2025-04-16 17:02:15 +02:00
committed by GitHub
parent d0d0cd22e4
commit 753aadf9c5
11 changed files with 157 additions and 48 deletions

View File

@@ -190,6 +190,21 @@ VS.NET
Visual Studio 2022 is required to open and build the solution. The free community version of Visual Studio should
suffice.
### Running tests
- To run tests that require a database connection, you need:
- SqlServer running in (local)
- Check in `SQL Server Configuration Manager` that `Named Pipes` and `TCP/IP` protocols are enabled
- From `build-support` execute
- `create-integration-test-databases-and-users.sql`
- From `\test\Spring\Spring.Data.Integration.Tests\Data` execute
- `Spring.Data.Integration.Tests_Spring_database.sql`
- `Spring.Data.Integration.Tests_Credits_database.sql`
- `Spring.Data.Integration.Tests_Debits_database.sql`
- `Spring.Data.Integration.Tests_CreditsAndDebits_database.sql`
- Create a database named `quartz` and execute `tables_sqlServer_Below2016.sql` from [Quartz.NET](https://github.com/quartznet/quartznet/blob/main/database/tables/tables_sqlServer_Below2016.sql)
## Acknowledgements
InnovaSys Document X!