Skip to content

Commit b713b2a

Browse files
committed
Move SqlCommandSetTest
1 parent c5f4863 commit b713b2a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<Compile Include="MultiplexerTests.cs" />
3232
<Compile Include="SqlAuthenticationProviderTest.cs" />
3333
<Compile Include="SqlClientLoggerTest.cs" />
34-
<Compile Include="SqlCommandSetTest.cs" />
3534
<Compile Include="SqlConfigurableRetryLogicTest.cs" />
3635
<Compile Include="SqlCommandBuilderTest.cs" />
3736
<Compile Include="SqlBulkCopyTest.cs" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Reflection;
55
using Xunit;
66

7-
namespace Microsoft.Data.SqlClient.Tests
7+
namespace Microsoft.Data.SqlClient.UnitTests
88
{
99
public class SqlCommandSetTest
1010
{

0 commit comments

Comments
 (0)