Skip to content

Commit b30375a

Browse files
committed
Issue 37739: GH 3424 Add SqlJson ToString()
- Fixed ManualTests project.
1 parent 7c4e0ff commit b30375a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@
281281
<Compile Include="DataCommon\SqlClientCustomTokenCredential.cs" />
282282
<Compile Include="DataCommon\SystemDataResourceManager.cs" />
283283
<Compile Include="Extensions\StreamExtensions.netfx.cs" />
284-
<Compile Include="Json\SqlJsonTest.cs" />
285284
<Compile Include="SQL\Common\AsyncDebugScope.cs" />
286285
<Compile Include="SQL\Common\ConnectionPoolWrapper.cs" />
287286
<Compile Include="SQL\Common\InternalConnectionWrapper.cs" />

src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlTypes/SqlJsonTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public void Constructor_String()
6969
"// comment {\"key\":\"value\"}"
7070
})
7171
{
72-
Console.WriteLine($"Testing invalid JSON: {invalid}");
7372
Assert.ThrowsAny<JsonException>(() => new SqlJson(invalid));
7473
}
7574
}

0 commit comments

Comments
 (0)