Skip to content

Commit 9e4fe7b

Browse files
committed
update Inmemorytest
1 parent 1ee91a8 commit 9e4fe7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/AnalysisServices/AnalysisServices.Test/InMemoryTests/DataPlaneCommandTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
using System.Threading.Tasks;
2222
using Microsoft.Azure.Commands.AnalysisServices.Dataplane;
2323
using Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models;
24-
using Microsoft.Azure.Commands.AnalysisServices.Test.ScenarioTests;
2524
using Microsoft.Azure.Commands.Profile.Models.Core;
2625
using Microsoft.Azure.ServiceManagement.Common.Models;
2726
using Microsoft.WindowsAzure.Commands.ScenarioTest;
@@ -31,12 +30,12 @@
3130
using Xunit.Abstractions;
3231
using System.Collections.Generic;
3332
using System.Net.Http.Headers;
34-
using Newtonsoft.Json;
3533
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
34+
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
3635

3736
namespace Microsoft.Azure.Commands.AnalysisServices.Test.InMemoryTests
3837
{
39-
public class DataPlaneCommandTests : AnalysisServicesTestRunner
38+
public class DataPlaneCommandTests : RMTestBase
4039
{
4140
private const string testInstance = "asazure://westcentralus.asazure.windows.net/testserver";
4241

@@ -61,8 +60,9 @@ public class DataPlaneCommandTests : AnalysisServicesTestRunner
6160
+ "65kxhZWVUbTHaPuEvg03ZQ3esDb6wxQewJPAL-GARg6S9wIN776Esw8-53AWhzFu0fIut-9FXGma6jV7"
6261
+ "MYPoUUcFuQzLZgphecPyMPXSVhummVCdBwX9sizxnmFA";
6362

64-
public DataPlaneCommandTests(ITestOutputHelper output) : base(output)
63+
public DataPlaneCommandTests(ITestOutputHelper output)
6564
{
65+
XunitTracingInterceptor.AddToContext(new XunitTracingInterceptor(output));
6666
SynchronizeAzureAzureAnalysisServer.DefaultRetryIntervalForPolling = TimeSpan.FromSeconds(0);
6767
}
6868

0 commit comments

Comments
 (0)