Skip to content

Commit

Permalink
[fixes GEODE-477] add the exception as expected for the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-eshu committed Oct 30, 2015
1 parent e26f3da commit 6e4edbd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,8 @@ public void testProxyCreationBeforeCacheCreation() throws Exception
*/
public void testBug35380() throws Exception
{
//work around GEODE-477
addExpectedException("Connection reset");
Properties props = new Properties();
props.setProperty("mcast-port", "0");
props.setProperty("locators", "");
Expand Down

0 comments on commit 6e4edbd

Please sign in to comment.