Typo fix with class remark on how to fix strong name key validation issue when unit testing.

This commit is contained in:
Jay Van Der Zant 2016-01-21 09:13:13 +00:00
Родитель 50e75fe00a
Коммит c16055a436
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -12,7 +12,7 @@ namespace WorkflowActivityLibrary.Tests
/// <remarks>
/// If this doesn't work for you then you may have to add a public key verification entry to your system with the following commands (replace [xxx] with real values):
/// C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\sn.exe -T [path to solution]MIMWAL\src\WorkflowActivityLibrary\bin\Debug\MicrosoftServices.IdentityManagement.WorkflowActivityLibrary.dll
/// C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\sn.exe -Vr*,[public key]
/// C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\sn.exe -Vr *,[public key]
/// </remarks>
[TestClass]
public class ExpressionFunctionTests