Skip to content

Commit 856b9a6

Browse files
Copilotsaurabhsathe-mskeegan-caruso
authored
Rename NET 7 tests to ThreadingTests for framework independence (#3501)
* Initial plan * Initial analysis of NET 7 tests folder structure Co-authored-by: saurabhsathe-ms <[email protected]> * Rename NET 7 tests to ThreadingTests and update references Co-authored-by: saurabhsathe-ms <[email protected]> * Revert unintended changes to Microsoft.Identity.Web.OWIN.xml Co-authored-by: keegan-caruso <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: saurabhsathe-ms <[email protected]> Co-authored-by: keegan-caruso <[email protected]>
1 parent f8c2297 commit 856b9a6

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed

Microsoft.Identity.Web.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TokenAcquirerTests", "tests
136136
EndProject
137137
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAppUiTests", "tests\E2E Tests\WebAppUiTests\WebAppUiTests.csproj", "{CD2986BB-6A75-4FA4-8791-2C311D6D5227}"
138138
EndProject
139-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NET 7 tests", "NET 7 tests", "{2A25ADFF-67CA-4BBB-A6A3-36607BD6275C}"
139+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ThreadingTests", "ThreadingTests", "{2A25ADFF-67CA-4BBB-A6A3-36607BD6275C}"
140140
EndProject
141-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp", "tests\E2E Tests\NET 7 tests\WebApp\WebApp.csproj", "{68001420-D41D-4E49-A168-E8D66B89669B}"
141+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp", "tests\E2E Tests\ThreadingTests\WebApp\WebApp.csproj", "{68001420-D41D-4E49-A168-E8D66B89669B}"
142142
EndProject
143-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "tests\E2E Tests\NET 7 tests\IntegrationTests\IntegrationTests.csproj", "{1674F4F5-6AD8-484B-86A4-8679123A39F0}"
143+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "tests\E2E Tests\ThreadingTests\IntegrationTests\IntegrationTests.csproj", "{1674F4F5-6AD8-484B-86A4-8679123A39F0}"
144144
EndProject
145145
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmark", "benchmark", "{A6799B45-E2FD-4ACA-86A2-D1AD5B1E2ECE}"
146146
EndProject

tests/E2E Tests/NET 7 tests/IntegrationTests/Net7ThreadingTest.cs renamed to tests/E2E Tests/ThreadingTests/IntegrationTests/ThreadingTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
namespace IntegrationTests;
1010

1111
// provided by https://github.com/f1nzer/ms-identity-web-1957-bug-repro
12-
public class Net7ThreadingTest : IClassFixture<WebApplicationFactory<Program>>
12+
public class ThreadingTest : IClassFixture<WebApplicationFactory<Program>>
1313
{
1414
private readonly WebApplicationFactory<Program> _factory;
1515

16-
public Net7ThreadingTest(WebApplicationFactory<Program> factory)
16+
public ThreadingTest(WebApplicationFactory<Program> factory)
1717
{
1818
_factory = factory;
1919
}

0 commit comments

Comments
 (0)