mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
spelling: iterations
This commit is contained in:
parent
3517f03e2d
commit
8833917aa3
2 changed files with 2 additions and 2 deletions
|
@ -36,6 +36,6 @@ namespace Calculator.UIAutomationLibrary
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// These are uses with the DataSource test property to specify iteration info.
|
/// These are uses with the DataSource test property to specify iteration info.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const string AppLifecycleInterationsSource = "Table:" + ConfigDirectory + "AppLifecycle.Iterations.xml#PerformanceConfigurations";
|
public const string AppLifecycleIterationsSource = "Table:" + ConfigDirectory + "AppLifecycle.Iterations.xml#PerformanceConfigurations";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,7 @@ namespace Calculator.PerfTests
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
[TestProperty("RunAs", "User")]
|
[TestProperty("RunAs", "User")]
|
||||||
[TestProperty("Category", "Performance")]
|
[TestProperty("Category", "Performance")]
|
||||||
[TestProperty(WinperfConstants.DataSource, PerfConstants.AppLifecycleInterationsSource)]
|
[TestProperty(WinperfConstants.DataSource, PerfConstants.AppLifecycleIterationsSource)]
|
||||||
public void AppLifecycleTest()
|
public void AppLifecycleTest()
|
||||||
{
|
{
|
||||||
AppLifecycle.Run(Constants.PackageAppUserModelId);
|
AppLifecycle.Run(Constants.PackageAppUserModelId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue