Loading WindowsDevicePortalWrapper/UnitTestProject/Device-VersionTests/HoloLens/HoloLens_rs1_release.cs +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ namespace Microsoft.Tools.WindowsDevicePortal.Tests // Check some known things about this response. MrcProcessStatus processStatus = getTask.Result.Status; Assert.AreEqual("Running", processStatus.MrcProcess); Assert.AreEqual(ProcessStatus.Running, processStatus.MrcProcess); } /// <summary> Loading Loading
WindowsDevicePortalWrapper/UnitTestProject/Device-VersionTests/HoloLens/HoloLens_rs1_release.cs +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ namespace Microsoft.Tools.WindowsDevicePortal.Tests // Check some known things about this response. MrcProcessStatus processStatus = getTask.Result.Status; Assert.AreEqual("Running", processStatus.MrcProcess); Assert.AreEqual(ProcessStatus.Running, processStatus.MrcProcess); } /// <summary> Loading