Skip to content

Commit 89b7071

Browse files
committed
fix tests path
1 parent f077e98 commit 89b7071

9 files changed

+0
-21
lines changed

Microsoft.DurableTask.sln

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analyzers.Tests", "test\Ana
7171
EndProject
7272
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureFunctionsApp.Tests", "samples\AzureFunctionsUnitTests\AzureFunctionsApp.Tests.csproj", "{FC2692E7-79AE-400E-A50F-8E0BCC8C9BD9}"
7373
EndProject
74-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Tests", "test\Extensions\Azure\Azure.Tests.csproj", "{DBB5DB4E-A1B0-4C86-A233-213789C46929}"
75-
EndProject
76-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared.AzureManaged", "src\Shared\AzureManaged\Shared.AzureManaged.csproj", "{82D06CA7-90B3-4791-9CAB-222F1AA113D5}"
77-
EndProject
78-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared.AzureManaged", "test\Shared\AzureManaged\Shared.AzureManaged.csproj", "{F855ACBF-2A6A-4A43-A9E8-51B8599A539E}"
79-
EndProject
8074
Global
8175
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8276
Debug|Any CPU = Debug|Any CPU
@@ -191,18 +185,6 @@ Global
191185
{FC2692E7-79AE-400E-A50F-8E0BCC8C9BD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
192186
{FC2692E7-79AE-400E-A50F-8E0BCC8C9BD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
193187
{FC2692E7-79AE-400E-A50F-8E0BCC8C9BD9}.Release|Any CPU.Build.0 = Release|Any CPU
194-
{DBB5DB4E-A1B0-4C86-A233-213789C46929}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
195-
{DBB5DB4E-A1B0-4C86-A233-213789C46929}.Debug|Any CPU.Build.0 = Debug|Any CPU
196-
{DBB5DB4E-A1B0-4C86-A233-213789C46929}.Release|Any CPU.ActiveCfg = Release|Any CPU
197-
{DBB5DB4E-A1B0-4C86-A233-213789C46929}.Release|Any CPU.Build.0 = Release|Any CPU
198-
{82D06CA7-90B3-4791-9CAB-222F1AA113D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
199-
{82D06CA7-90B3-4791-9CAB-222F1AA113D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
200-
{82D06CA7-90B3-4791-9CAB-222F1AA113D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
201-
{82D06CA7-90B3-4791-9CAB-222F1AA113D5}.Release|Any CPU.Build.0 = Release|Any CPU
202-
{F855ACBF-2A6A-4A43-A9E8-51B8599A539E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
203-
{F855ACBF-2A6A-4A43-A9E8-51B8599A539E}.Debug|Any CPU.Build.0 = Debug|Any CPU
204-
{F855ACBF-2A6A-4A43-A9E8-51B8599A539E}.Release|Any CPU.ActiveCfg = Release|Any CPU
205-
{F855ACBF-2A6A-4A43-A9E8-51B8599A539E}.Release|Any CPU.Build.0 = Release|Any CPU
206188
EndGlobalSection
207189
GlobalSection(SolutionProperties) = preSolution
208190
HideSolutionNode = FALSE
@@ -238,9 +220,6 @@ Global
238220
{998E9D97-BD36-4A9D-81FC-5DAC1CE40083} = {8AFC9781-F6F1-4696-BB4A-9ED7CA9D612B}
239221
{541FCCCE-1059-4691-B027-F761CD80DE92} = {E5637F81-2FB9-4CD7-900D-455363B142A7}
240222
{FC2692E7-79AE-400E-A50F-8E0BCC8C9BD9} = {EFF7632B-821E-4CFC-B4A0-ED4B24296B17}
241-
{DBB5DB4E-A1B0-4C86-A233-213789C46929} = {E5637F81-2FB9-4CD7-900D-455363B142A7}
242-
{82D06CA7-90B3-4791-9CAB-222F1AA113D5} = {8AFC9781-F6F1-4696-BB4A-9ED7CA9D612B}
243-
{F855ACBF-2A6A-4A43-A9E8-51B8599A539E} = {E5637F81-2FB9-4CD7-900D-455363B142A7}
244223
EndGlobalSection
245224
GlobalSection(ExtensibilityGlobals) = postSolution
246225
SolutionGuid = {AB41CB55-35EA-4986-A522-387AB3402E71}

test/Client/AzureManaged/Client.AzureManaged.Tests.csproj renamed to test/Client/AzureManaged.Tests/Client.AzureManaged.Tests.csproj

File renamed without changes.

test/Client/AzureManaged/DurableTaskSchedulerClientExtensionsTests.cs renamed to test/Client/AzureManaged.Tests/DurableTaskSchedulerClientExtensionsTests.cs

File renamed without changes.
File renamed without changes.

test/Shared/AzureManaged/DurableTaskSchedulerConnectionStringTests.cs renamed to test/Shared/AzureManaged.Tests/DurableTaskSchedulerConnectionStringTests.cs

File renamed without changes.

test/Shared/AzureManaged/DurableTaskSchedulerOptionsTests.cs renamed to test/Shared/AzureManaged.Tests/DurableTaskSchedulerOptionsTests.cs

File renamed without changes.

test/Shared/AzureManaged/Shared.AzureManaged.Tests.csproj renamed to test/Shared/AzureManaged.Tests/Shared.AzureManaged.Tests.csproj

File renamed without changes.

test/Worker/AzureManaged/DurableTaskSchedulerWorkerExtensionsTests.cs renamed to test/Worker/AzureManaged.Tests/DurableTaskSchedulerWorkerExtensionsTests.cs

File renamed without changes.

test/Worker/AzureManaged/Worker.AzureManaged.Tests.csproj renamed to test/Worker/AzureManaged.Tests/Worker.AzureManaged.Tests.csproj

File renamed without changes.

0 commit comments

Comments
 (0)