From 91edc20011255cfe99bbb930c3cf039ffbe0737c Mon Sep 17 00:00:00 2001 From: Vlad Ion Date: Fri, 11 Oct 2019 14:48:36 +0100 Subject: [PATCH] Vi/cleanup comments (#119) --- .../Authentication/Groups/TestGroupsConfiguration.xsd | 2 +- src/System/TimedScopes/CorrelationData.cs | 8 ++------ .../System.UnitTests/Data/FileResourceMonitorUnitTests.cs | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/Gating/Authentication/Groups/TestGroupsConfiguration.xsd b/src/Gating/Authentication/Groups/TestGroupsConfiguration.xsd index 24118d7e..96746975 100644 --- a/src/Gating/Authentication/Groups/TestGroupsConfiguration.xsd +++ b/src/Gating/Authentication/Groups/TestGroupsConfiguration.xsd @@ -5,7 +5,7 @@ - Test groups are used to filter user access to marketplace features and apps + Test groups are used to filter user access to gated features and apps diff --git a/src/System/TimedScopes/CorrelationData.cs b/src/System/TimedScopes/CorrelationData.cs index b8645744..7664d353 100644 --- a/src/System/TimedScopes/CorrelationData.cs +++ b/src/System/TimedScopes/CorrelationData.cs @@ -125,13 +125,9 @@ namespace Microsoft.Omex.System.TimedScopes /// /// Gets or sets the user hash for the current correlation. Only call the setter directly - /// if you already have a hashed value, use ComputeUserHash to compute the hash + /// if you already have a hashed value, use a hashing function to compute the hash /// of a user string and set it. - /// This is set by: - /// 1. External web service calls where we have direct access to information - /// such as user PUID (e.g. POSA provisioning calls) - /// 2. Microsoft.Office.Web.OfficeMarketplace.WebSite.RequestProcessHandler.StartRequest. - /// 3. Microsoft.Office.Web.OfficeMarketplace.WebService.RequestProcessHandler.StartRequest. + /// This can be set by web service calls where there is user information available. /// Its value is read and logged by . /// /// Used to count timed scope hits by user. diff --git a/tests/System.UnitTests/Data/FileResourceMonitorUnitTests.cs b/tests/System.UnitTests/Data/FileResourceMonitorUnitTests.cs index 364f7354..fe4ae08d 100644 --- a/tests/System.UnitTests/Data/FileResourceMonitorUnitTests.cs +++ b/tests/System.UnitTests/Data/FileResourceMonitorUnitTests.cs @@ -10,7 +10,7 @@ using Microsoft.Omex.System.UnitTests.Shared; using Microsoft.Omex.System.UnitTests.Shared.Data.FileSystem; using Xunit; -namespace MS.Internal.Motif.Office.Web.OfficeMarketplace.Shared.Data +namespace Microsoft.Omex.System.UnitTests.Data { /// /// Unit tests for the FileResourceMonitor.