From 55b0d879aac95ce54794b9348a8eb4393f52e0dd Mon Sep 17 00:00:00 2001 From: Jon Davis Date: Tue, 1 Sep 2015 01:04:14 -0700 Subject: [PATCH] fix test header comment --- rolluptool/src/classes/RollupServiceTest4.cls | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rolluptool/src/classes/RollupServiceTest4.cls b/rolluptool/src/classes/RollupServiceTest4.cls index 8379984a..3cceaf12 100644 --- a/rolluptool/src/classes/RollupServiceTest4.cls +++ b/rolluptool/src/classes/RollupServiceTest4.cls @@ -1461,8 +1461,7 @@ private class RollupServiceTest4 { * - Different AggregateResultField__c * - Different Order By two that have no order by specified * - Effective values for all other fields same differing only by case used - * Should result in Two (2) contexts used, two SOQL for the rollup itself and 3 DML rows (1 for each - * parent - DLRS combines updates to identical master record ids) + * Should result in a single context used, a single SOQL for all rollups and 3 DML rows (1 for each parent) **/ private testmethod static void testLimitsAndContextsUsedMultipleQueryRollupsNoOrderByShareSingleContext() {