Repository: reef Updated Branches: refs/heads/master 4e4e568fa -> 1fd4f2655
http://git-wip-us.apache.org/repos/asf/reef/blob/1fd4f265/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj b/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj index 588baf1..55679d8 100644 --- a/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj +++ b/lang/cs/Org.Apache.REEF.Tests/Org.Apache.REEF.Tests.csproj @@ -118,6 +118,7 @@ under the License. <Compile Include="Functional\FaultTolerant\TestContextStart.cs" /> <Compile Include="Functional\FaultTolerant\TestResubmitEvaluator.cs" /> <Compile Include="Functional\FaultTolerant\TestResubmitTask.cs" /> + <Compile Include="Functional\IMRU\IMRUBroadcastReduceJobCancelledTest.cs" /> <Compile Include="Functional\IMRU\IMRUBroadcastReduceTest.cs" /> <Compile Include="Functional\IMRU\IMRUBroadcastReduceWithFilePartitionDataSetTest.cs" /> <Compile Include="Functional\IMRU\IMRUBroadcastReduceWithLocalFile.cs" />
