forked from SignalR/SignalR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change tests to run on IIS express and not require admin.
- Loading branch information
Showing
16 changed files
with
2,064 additions
and
318 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
{ | ||
public enum HostType | ||
{ | ||
IIS, | ||
IISExpress, | ||
Memory | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 0 additions & 72 deletions
72
tests/Microsoft.AspNet.SignalR.FunctionalTests/Infrastructure/IIS/Executable.cs
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
tests/Microsoft.AspNet.SignalR.FunctionalTests/Infrastructure/IIS/IISExtensions.cs
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
tests/Microsoft.AspNet.SignalR.FunctionalTests/Infrastructure/IIS/PollingWait.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.