Skip to content

Commit fae085a

Browse files
committed
Move SqlBufferTests
1 parent 9b55f4c commit fae085a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Microsoft.Data.SqlClient/tests/FunctionalTests/Microsoft.Data.SqlClient.FunctionalTests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@
3030
<Compile Include="MultipartIdentifierTests.cs" />
3131
<Compile Include="MultiplexerTests.cs" />
3232
<Compile Include="SqlAuthenticationProviderTest.cs" />
33-
<Compile Include="SqlBufferTests.cs" />
3433
<Compile Include="SqlClientLoggerTest.cs" />
3534
<Compile Include="SqlCommandSetTest.cs" />
36-
<Compile Include="LocalAppContextSwitchesTests.cs" />
3735
<Compile Include="SqlConfigurableRetryLogicTest.cs" />
3836
<Compile Include="SqlCommandBuilderTest.cs" />
3937
<Compile Include="SqlBulkCopyTest.cs" />

src/Microsoft.Data.SqlClient/tests/FunctionalTests/SqlBufferTests.cs renamed to src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlClient/SqlBufferTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using System.Reflection;
1010
using Xunit;
1111

12-
namespace Microsoft.Data.SqlClient.Tests
12+
namespace Microsoft.Data.SqlClient.UnitTests
1313
{
1414
public sealed class SqlBufferTests
1515
{

0 commit comments

Comments
 (0)