Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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