From b2cff125694f3337ee4590bc06eb373d65e0f874 Mon Sep 17 00:00:00 2001 From: drigato Date: Tue, 21 Jan 2014 15:58:05 -0500 Subject: [PATCH] CC-5651: Unit Test the Scheduler Typo --- .../tests/application/services/database/ShowServiceDbTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php b/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php index a9d9fa871..4dea8f456 100644 --- a/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php +++ b/airtime_mvc/tests/application/services/database/ShowServiceDbTest.php @@ -11,7 +11,7 @@ require_once "TestHelper.php"; * All dates in the xml files are hard coded and in the year 2016 * It would have been nice to use 'PHPUnit/Extensions/Database/DataSet/ReplacementDataSet.php' * to be able to use variables in the xml dataset files so dates can be relative. This proved - * not practical for Airtime; For repeating shows, the start times are always varing and would + * not practical for Airtime; For repeating shows, the start times are always varying and would * require functions that calculate the start and end dates, and the next populate date. The * tests would be performing the same work as the application and require tests themselves. */