File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
test/DatatablesParser.Tests Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 - mssql
1111 - pgsql
1212 mysql :
13- image : mysql:5.7
13+ image : mysql
1414 container_name : dotnet-test-mysql
1515 environment :
1616 MYSQL_ROOT_PASSWORD : " Rea11ytrong_3"
Original file line number Diff line number Diff line change 1111 <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 2.0.0" />
1212 <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.0.0" />
1313 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 2.0.0" />
14- <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 2.0.0-rtm-10058 " />
14+ <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 2.0.1 " />
1515 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0" />
1616 <PackageReference Include =" xunit" Version =" 2.2.0" />
1717 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
Original file line number Diff line number Diff line change @@ -107,10 +107,10 @@ public void TotalDisplayCustomFormatTest()
107107
108108 }
109109
110- [ Fact ]
110+ [ Fact ]
111111 public void TotalDisplayIndividualMutiTest ( )
112112 {
113- var context = TestHelper . GetInMemoryContext ( ) ;
113+ var context = TestHelper . GetMysqlContext ( ) ;
114114 var p = TestHelper . CreateParams ( ) ;
115115 var displayLength = 1 ;
116116
Original file line number Diff line number Diff line change 55using System . Linq ;
66using Microsoft . Extensions . DependencyInjection ;
77using Microsoft . EntityFrameworkCore ;
8- using Pomelo . EntityFrameworkCore . MySql ;
8+ using Pomelo . EntityFrameworkCore ;
99using Npgsql . EntityFrameworkCore . PostgreSQL ;
1010using Microsoft . Extensions . Logging ;
1111using Microsoft . EntityFrameworkCore . Diagnostics ;
You can’t perform that action at this time.
0 commit comments