Browse Source

-

pull/12/MERGE
sunkaixuan 6 years ago
parent
commit
6ed7dd3a7c
  1. 1
      Src/Asp.Net/SqlServerTest/SqlServerTest.csproj
  2. 1
      Src/Asp.Net/SqlServerTest/UnitTest/Main.cs
  3. 15
      Src/Asp.Net/SqlServerTest/UnitTest/UAdo.cs

1
Src/Asp.Net/SqlServerTest/SqlServerTest.csproj

@ -140,6 +140,7 @@
<Compile Include="OldTest\UnitTest\Setting\MapColumn.cs" />
<Compile Include="OldTest\UnitTest\Setting\MapTable.cs" />
<Compile Include="OldTest\UnitTest\Update.cs" />
<Compile Include="UnitTest\UAdo.cs" />
<Compile Include="UnitTest\UThread3.cs" />
<Compile Include="UnitTest\UThread2.cs" />
<Compile Include="UnitTest\UValidate.cs" />

1
Src/Asp.Net/SqlServerTest/UnitTest/Main.cs

@ -26,6 +26,7 @@ namespace OrmTest
public static void Init()
{
Json();
Ado();
Thread();
Thread2();
Thread3();

15
Src/Asp.Net/SqlServerTest/UnitTest/UAdo.cs

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public partial class NewUnitTest
{
public static void Ado() {
}
}
}
Loading…
Cancel
Save