This commit is contained in:
Vlad Ion 2019-10-11 14:48:36 +01:00 коммит произвёл Daniel Kanev
Родитель 4ae2980cf8
Коммит 91edc20011
3 изменённых файлов: 4 добавлений и 8 удалений

Просмотреть файл

@ -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.