Skip to content

Commit

Permalink
Merge branch 'issue239-move-orderby-to-context' into improve-context-…
Browse files Browse the repository at this point in the history
…identification-no-backwards-compat
  • Loading branch information
jondavis9898 committed Sep 1, 2015
2 parents 51e87c9 + 55b0d87 commit 9d68026
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rolluptool/src/classes/RollupServiceTest4.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 9d68026

Please sign in to comment.