From 2ce0ab7f3a80c2a597b9e4ee7b05b23d6e7050a8 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 6 Apr 2010 14:52:39 -0700 Subject: [PATCH] Case sensitive tables in the ExtendCalendarRecurrences test. --- t/Workflow/Activity/ExtendCalendarRecurrences.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Workflow/Activity/ExtendCalendarRecurrences.t b/t/Workflow/Activity/ExtendCalendarRecurrences.t index 0d25871b5..098552655 100644 --- a/t/Workflow/Activity/ExtendCalendarRecurrences.t +++ b/t/Workflow/Activity/ExtendCalendarRecurrences.t @@ -88,7 +88,7 @@ while (my $status = $instance->run ne 'complete') { my $sql = q{ select e.startDate, e.endDate from asset a - inner join event e on e.assetId = a.assetId + inner join Event e on e.assetId = a.assetId and a.parentId = ? order by e.startDate };