Skip to content

Commit

Permalink
Merge pull request #1 from BetimBeja/VictorSolaya-DeleteRecordChangeH…
Browse files Browse the repository at this point in the history
…istory

Added preprocessor directive to exclude older version
  • Loading branch information
victorsolaya authored Jan 9, 2021
2 parents 81ad968 + bcdee91 commit 01f8a8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Microsoft.Crm.Sdk.Messages;
using System;
using System.ServiceModel;
#if FAKE_XRM_EASY_9
namespace FakeXrmEasy.FakeMessageExecutors
{
public class DeleteRecordChangeHistoryRequestExecutor : IFakeMessageExecutor
Expand All @@ -28,3 +29,4 @@ public Type GetResponsibleRequestType()
}

}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Microsoft.Xrm.Sdk.Messages;
using Xunit;

#if FAKE_XRM_EASY_9
namespace FakeXrmEasy.Tests.FakeContextTests.DeleteRecordChangeHistoryRequestTests
{
public class DeleteRecordChangeHistoryRequestTests
Expand All @@ -27,3 +28,4 @@ public void When_execute_is_called_with_a_null_target_exception_is_thrown()
}
}
}
#endif

0 comments on commit 01f8a8e

Please sign in to comment.