Skip to content

Commit a5adff6

Browse files
committed
Отдельные тесты для дебагадаптера удалены, внесены в тесты протокола
1 parent a4d4310 commit a5adff6

File tree

4 files changed

+5
-47
lines changed

4 files changed

+5
-47
lines changed

src/1Script.sln

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OneScript.Web.Server", "One
6565
EndProject
6666
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumenterTests", "Tests\DocumenterTests\DocumenterTests.csproj", "{BD385142-E9B4-43C1-8F88-067F24E5AF6D}"
6767
EndProject
68-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSCode.DebugAdapter.Tests", "Tests\VSCode.DebugAdapter.Tests\VSCode.DebugAdapter.Tests.csproj", "{861F70F4-B10D-4E4E-865C-B8E900391424}"
69-
EndProject
7068
Global
7169
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7270
Debug|Any CPU = Debug|Any CPU
@@ -189,8 +187,8 @@ Global
189187
{76F2521D-44D7-48C9-A678-074E22B46092}.LinuxDebug|x86.ActiveCfg = LinuxDebug|Any CPU
190188
{76F2521D-44D7-48C9-A678-074E22B46092}.LinuxDebug|x86.Build.0 = LinuxDebug|Any CPU
191189
{76F2521D-44D7-48C9-A678-074E22B46092}.Release|Any CPU.ActiveCfg = Release|Any CPU
192-
{76F2521D-44D7-48C9-A678-074E22B46092}.Release|x86.ActiveCfg = Release|Any CPU
193190
{76F2521D-44D7-48C9-A678-074E22B46092}.Release|Any CPU.Build.0 = Release|Any CPU
191+
{76F2521D-44D7-48C9-A678-074E22B46092}.Release|x86.ActiveCfg = Release|Any CPU
194192
{4FF7C82D-BFEF-415E-81FF-5C0337E99845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
195193
{4FF7C82D-BFEF-415E-81FF-5C0337E99845}.Debug|Any CPU.Build.0 = Debug|Any CPU
196194
{4FF7C82D-BFEF-415E-81FF-5C0337E99845}.Debug|x86.ActiveCfg = Debug|Any CPU
@@ -333,18 +331,6 @@ Global
333331
{BD385142-E9B4-43C1-8F88-067F24E5AF6D}.Release|Any CPU.Build.0 = Release|Any CPU
334332
{BD385142-E9B4-43C1-8F88-067F24E5AF6D}.Release|x86.ActiveCfg = Release|Any CPU
335333
{BD385142-E9B4-43C1-8F88-067F24E5AF6D}.Release|x86.Build.0 = Release|Any CPU
336-
{861F70F4-B10D-4E4E-865C-B8E900391424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
337-
{861F70F4-B10D-4E4E-865C-B8E900391424}.Debug|Any CPU.Build.0 = Debug|Any CPU
338-
{861F70F4-B10D-4E4E-865C-B8E900391424}.Debug|x86.ActiveCfg = Debug|Any CPU
339-
{861F70F4-B10D-4E4E-865C-B8E900391424}.Debug|x86.Build.0 = Debug|Any CPU
340-
{861F70F4-B10D-4E4E-865C-B8E900391424}.LinuxDebug|Any CPU.ActiveCfg = Debug|Any CPU
341-
{861F70F4-B10D-4E4E-865C-B8E900391424}.LinuxDebug|Any CPU.Build.0 = Debug|Any CPU
342-
{861F70F4-B10D-4E4E-865C-B8E900391424}.LinuxDebug|x86.ActiveCfg = Debug|Any CPU
343-
{861F70F4-B10D-4E4E-865C-B8E900391424}.LinuxDebug|x86.Build.0 = Debug|Any CPU
344-
{861F70F4-B10D-4E4E-865C-B8E900391424}.Release|Any CPU.ActiveCfg = Release|Any CPU
345-
{861F70F4-B10D-4E4E-865C-B8E900391424}.Release|Any CPU.Build.0 = Release|Any CPU
346-
{861F70F4-B10D-4E4E-865C-B8E900391424}.Release|x86.ActiveCfg = Release|Any CPU
347-
{861F70F4-B10D-4E4E-865C-B8E900391424}.Release|x86.Build.0 = Release|Any CPU
348334
EndGlobalSection
349335
GlobalSection(SolutionProperties) = preSolution
350336
HideSolutionNode = FALSE
@@ -357,7 +343,6 @@ Global
357343
{0F5E6099-39BA-41CF-B55F-357F7DF4DE00} = {91059C5B-526C-4B81-B106-99DEFF542D1F}
358344
{2F264379-B3B4-44B3-9CBA-A4B0AF3D8785} = {91059C5B-526C-4B81-B106-99DEFF542D1F}
359345
{BD385142-E9B4-43C1-8F88-067F24E5AF6D} = {91059C5B-526C-4B81-B106-99DEFF542D1F}
360-
{861F70F4-B10D-4E4E-865C-B8E900391424} = {91059C5B-526C-4B81-B106-99DEFF542D1F}
361346
EndGlobalSection
362347
GlobalSection(ExtensibilityGlobals) = postSolution
363348
SolutionGuid = {A4A871EF-C5A7-478F-907E-31C69A869973}
@@ -376,7 +361,4 @@ Global
376361
$3.inheritsSet = null
377362
$3.scope = application/xaml+xml
378363
EndGlobalSection
379-
GlobalSection(Performance) = preSolution
380-
HasPerformanceSessions = true
381-
EndGlobalSection
382364
EndGlobal

src/Tests/OneScript.DebugProtocol.Test/OneScript.DebugProtocol.Test.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<Configurations>Debug;Release;LinuxDebug</Configurations>
99

1010
<Platforms>AnyCPU</Platforms>
11+
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
1112
</PropertyGroup>
1213

1314
<PropertyGroup Condition=" '$(Configuration)' == 'LinuxDebug' ">
@@ -32,8 +33,5 @@
3233
<ProjectReference Include="..\..\ScriptEngine\ScriptEngine.csproj" />
3334
</ItemGroup>
3435

35-
<ItemGroup>
36-
<Compile Remove="FormatReconcileTest.cs" />
37-
</ItemGroup>
3836

3937
</Project>

src/Tests/VSCode.DebugAdapter.Tests/ReconcileForOlderVersionTests.cs renamed to src/Tests/OneScript.DebugProtocol.Test/ReconcileForOlderVersionTests.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*----------------------------------------------------------
1+
/*----------------------------------------------------------
22
This Source Code Form is subject to the terms of the
33
Mozilla Public License, v.2.0. If a copy of the MPL
44
was not distributed with this file, You can obtain one
@@ -13,7 +13,7 @@ This Source Code Form is subject to the terms of the
1313
using OneScript.DebugProtocol.TcpServer;
1414
using Xunit;
1515

16-
namespace VSCode.DebugAdapter.Tests
16+
namespace OneScript.DebugProtocol.Test
1717
{
1818
public class ReconcileForOlderVersionTests
1919
{
@@ -75,3 +75,4 @@ public void ExchangeReconcileVersions()
7575
}
7676
}
7777
}
78+

src/Tests/VSCode.DebugAdapter.Tests/VSCode.DebugAdapter.Tests.csproj

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)