Skip to content

Commit

Permalink
Updated test for custom paging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed May 16, 2024
1 parent ddb282f commit bce25cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion MarkMpn.Sql4Cds.Engine.Tests/ExecutionPlanTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7400,7 +7400,6 @@ ORDER BY
[TestMethod]
public void DistinctUsesCustomPaging()
{

var planBuilder = new ExecutionPlanBuilder(_localDataSources.Values, this);

var query = @"
Expand Down
4 changes: 3 additions & 1 deletion MarkMpn.Sql4Cds.Engine.Tests/Sql2FetchXmlTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -538,11 +538,13 @@ public void InvalidSortOnLinkEntity()
<fetch>
<entity name='contact'>
<attribute name='firstname' />
<attribute name='contactid' />
<link-entity name='account' from='accountid' to='parentcustomerid' alias='account' link-type='inner'>
<attribute name='accountid' />
<attribute name='name' />
<order attribute='name' />
<order attribute='accountid' />
</link-entity>
<order attribute='contactid' />
</entity>
</fetch>
");
Expand Down

0 comments on commit bce25cd

Please sign in to comment.