Skip to content

Commit 18452b0

Browse files
committed
* Add license header
* Fix helpers not included correctly
1 parent 334a636 commit 18452b0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/Microsoft.Data.SqlClient.ManualTesting.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
<Compile Include="SQL\SqlBulkCopyTest\InvalidAccessFromEvent.cs" />
143143
<Compile Include="SQL\SqlBulkCopyTest\CopyWithEventAsync.cs" />
144144
<Compile Include="SQL\SqlBulkCopyTest\FireTrigger.cs" />
145-
<Compile Include="SQL\SqlBulkCopyTest\Helpers.cs" />
146145
<Compile Include="SQL\SqlBulkCopyTest\MissingTargetColumn.cs" />
147146
<Compile Include="SQL\SqlBulkCopyTest\MissingTargetTable.cs" />
148147
<Compile Include="SQL\SqlBulkCopyTest\SqlBulkCopyTest.cs" />
@@ -285,6 +284,7 @@
285284
<Compile Include="SQL\Common\SystemDataInternals\TdsParserHelper.cs" />
286285
<Compile Include="SQL\Common\SystemDataInternals\TdsParserStateObjectHelper.cs" />
287286
<Compile Include="SQL\ConnectionTestWithSSLCert\CertificateTest.cs" />
287+
<Compile Include="SQL\SqlBulkCopyTest\Helpers.cs" />
288288
<Compile Include="SQL\SqlBulkCopyTest\TestBulkCopyWithUTF8.cs" />
289289
<Compile Include="SQL\SqlCommand\SqlCommandStoredProcTest.cs" />
290290
<Compile Include="TracingTests\TestTdsServer.cs" />

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/SqlBulkCopyTest/TestBulkCopyWithUTF8.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
4+
5+
using System;
26
using System.Data;
37
using System.Threading.Tasks;
48
using Xunit;

0 commit comments

Comments
 (0)