fix UWP test
authorGeoff Kizer <geoffrek>
Wed, 9 Jan 2019 20:49:33 +0000 (12:49 -0800)
committerGeoff Kizer <geoffrek>
Wed, 9 Jan 2019 20:49:33 +0000 (12:49 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/3fb6dd4a0298f61a1a896a0d29e117d8ee95af0f

src/libraries/System.Net.Http/tests/FunctionalTests/PostScenarioUWPTest.cs

index f484e17..a7f5de0 100644 (file)
@@ -15,7 +15,7 @@ namespace System.Net.Http.Functional.Tests
 {
     using Configuration = System.Net.Test.Common.Configuration;
 
-    public abstract class PostScenarioUWPTest : HttpClientTestBase
+    public abstract class PostScenarioUWPTest : HttpClientHandlerTestBase
     {
         private readonly ITestOutputHelper _output;