From 8833917aa3bd7ced17e04fa568a7674ef1f1c1cc Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 Mar 2019 21:05:00 -0500 Subject: [PATCH] spelling: iterations --- .../Utilities/PerfTestConstants.cs | 2 +- internal/Calculator.UITests/Tests/AppLifecycleTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs b/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs index ae329b7c..02c0206d 100644 --- a/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs +++ b/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs @@ -36,6 +36,6 @@ namespace Calculator.UIAutomationLibrary /// /// These are uses with the DataSource test property to specify iteration info. /// - public const string AppLifecycleInterationsSource = "Table:" + ConfigDirectory + "AppLifecycle.Iterations.xml#PerformanceConfigurations"; + public const string AppLifecycleIterationsSource = "Table:" + ConfigDirectory + "AppLifecycle.Iterations.xml#PerformanceConfigurations"; } } diff --git a/internal/Calculator.UITests/Tests/AppLifecycleTests.cs b/internal/Calculator.UITests/Tests/AppLifecycleTests.cs index e2990043..637235e9 100644 --- a/internal/Calculator.UITests/Tests/AppLifecycleTests.cs +++ b/internal/Calculator.UITests/Tests/AppLifecycleTests.cs @@ -42,7 +42,7 @@ namespace Calculator.PerfTests [TestMethod] [TestProperty("RunAs", "User")] [TestProperty("Category", "Performance")] - [TestProperty(WinperfConstants.DataSource, PerfConstants.AppLifecycleInterationsSource)] + [TestProperty(WinperfConstants.DataSource, PerfConstants.AppLifecycleIterationsSource)] public void AppLifecycleTest() { AppLifecycle.Run(Constants.PackageAppUserModelId);