parent
4d7c6ff69f
commit
4533383612
|
|
@ -371,8 +371,8 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
||||||
var dataset = new TheoryData<string, Func<IServerAddressesFeature, string[]>>();
|
var dataset = new TheoryData<string, Func<IServerAddressesFeature, string[]>>();
|
||||||
|
|
||||||
// Default host and port
|
// Default host and port
|
||||||
dataset.Add(null, _ => new[] { "http://127.0.0.1:5000/", "http://[::1]:5000/" });
|
dataset.Add(null, _ => new[] { "http://127.0.0.1:5000/", /*"http://[::1]:5000/"*/ });
|
||||||
dataset.Add(string.Empty, _ => new[] { "http://127.0.0.1:5000/", "http://[::1]:5000/" });
|
dataset.Add(string.Empty, _ => new[] { "http://127.0.0.1:5000/", /*"http://[::1]:5000/"*/ });
|
||||||
|
|
||||||
// Static ports
|
// Static ports
|
||||||
var port = GetNextPort();
|
var port = GetNextPort();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue