Skip to content

Commit

Permalink
Merge pull request #11 from smalldave/akka-cluster-player
Browse files Browse the repository at this point in the history
Implement MultiNodeClusterSpec
  • Loading branch information
Aaronontheweb committed Sep 26, 2014
2 parents 8a6166f + 7291729 commit 96afce6
Show file tree
Hide file tree
Showing 5 changed files with 422 additions and 15 deletions.
9 changes: 6 additions & 3 deletions src/core/Akka.Cluster.Tests/Akka.Cluster.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<Compile Include="MetricsCollectorSpec.cs" />
<Compile Include="MetricsGossipSpec.cs" />
<Compile Include="MetricValuesSpec.cs" />
<Compile Include="MultiNode\MultiNodeClusterSpec.cs" />
<Compile Include="NodeMetricsSpec.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Proto\ClusterMessageSerializerSpec.cs" />
Expand All @@ -96,6 +97,10 @@
<Project>{6ab00f61-269a-4501-b06a-026707f000a7}</Project>
<Name>Akka.Cluster</Name>
</ProjectReference>
<ProjectReference Include="..\Akka.Remote.TestKit\Akka.Remote.TestKit.csproj">
<Project>{e5957c3e-2b1e-469f-a680-7953b4dea31b}</Project>
<Name>Akka.Remote.TestKit</Name>
</ProjectReference>
<ProjectReference Include="..\Akka.Remote\Akka.Remote.csproj">
<Project>{ea4ff8fd-7c53-49c8-b9aa-02e458b3e6a7}</Project>
<Name>Akka.Remote</Name>
Expand All @@ -116,9 +121,7 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="MultiNode\" />
</ItemGroup>
<ItemGroup />
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>
Expand Down
Loading

0 comments on commit 96afce6

Please sign in to comment.