зеркало из https://github.com/microsoft/Omex.git
Vi/cleanup comments (#119)
This commit is contained in:
Родитель
4ae2980cf8
Коммит
91edc20011
|
@ -5,7 +5,7 @@
|
|||
<xs:sequence>
|
||||
<xs:element name="TestGroup" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Test groups are used to filter user access to marketplace features and apps</xs:documentation>
|
||||
<xs:documentation>Test groups are used to filter user access to gated features and apps</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
|
|
|
@ -125,13 +125,9 @@ namespace Microsoft.Omex.System.TimedScopes
|
|||
|
||||
/// <summary>
|
||||
/// 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 <see cref="TimedScope.EndScope"/>.
|
||||
/// </summary>
|
||||
/// <remarks>Used to count timed scope hits by user.</remarks>
|
||||
|
|
|
@ -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
|
||||
{
|
||||
/// <summary>
|
||||
/// Unit tests for the FileResourceMonitor.
|
||||
|
|
Загрузка…
Ссылка в новой задаче