Skip to content

Commit 8e95334

Browse files
committed
Test directory restructuring
1 parent f1ba573 commit 8e95334

29 files changed

+27
-27
lines changed

src/WebJobs.Script.WebHost/Filters/AuthorizationLevelAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Linq;
77
using System.Net;
88
using System.Net.Http;
9-
using System.Runtime.CompilerServices;
109
using System.Web.Http.Controllers;
1110
using System.Web.Http.Filters;
1211

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@
405405
</Reference>
406406
</ItemGroup>
407407
<ItemGroup>
408-
<Compile Include="ApiHub\ApiHubTestHelper.cs" />
409-
<Compile Include="ApiHub\FakeTabularConnectorAdapter.cs" />
408+
<Compile Include="ApiHubTestHelper.cs" />
409+
<Compile Include="FakeTabularConnectorAdapter.cs" />
410410
<Compile Include="BashEndToEndTests.cs" />
411411
<Compile Include="BlobLeaseManagerTests.cs" />
412412
<Compile Include="ContentEndToEndTests.cs" />
@@ -426,7 +426,7 @@
426426
<Compile Include="EndToEndTimeoutTests.cs" />
427427
<Compile Include="FSharpEndToEndTests.cs" />
428428
<Compile Include="FunctionGeneratorEndToEndTests.cs" />
429-
<Compile Include="MetricsEventManagerTests.cs" />
429+
<Compile Include="Diagnostics\MetricsEventManagerTests.cs" />
430430
<Compile Include="NodeEndToEndTests.cs" />
431431
<Compile Include="PhpEndToEndTests.cs" />
432432
<Compile Include="PowerShellEndToEndTests.cs" />
@@ -438,9 +438,9 @@
438438
<DependentUpon>Resources.resx</DependentUpon>
439439
</Compile>
440440
<Compile Include="SamplesEndToEndTests.cs" />
441-
<Compile Include="ScriptHostManagerTests.cs" />
442-
<Compile Include="StandbyModeTests.cs" />
443-
<Compile Include="WebScriptHostManagerTests.cs" />
441+
<Compile Include="Host\ScriptHostManagerTests.cs" />
442+
<Compile Include="Host\StandbyModeTests.cs" />
443+
<Compile Include="Host\WebScriptHostManagerTests.cs" />
444444
<Compile Include="WindowsBatchEndToEndTests.cs" />
445445
</ItemGroup>
446446
<ItemGroup>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)