ARTEMIS-1253 Renaming NetworkReplicationTest to NetworkIsolationTest

This commit is contained in:
Clebert Suconic 2017-06-27 12:21:37 -04:00
parent 4d6956c291
commit 437232b50e
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@ import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
public class NetworkReplicationTest extends FailoverTestBase { public class NetworkIsolationTest extends FailoverTestBase {
private static final Logger logger = Logger.getLogger(NetworkReplicationTest.class); private static final Logger logger = Logger.getLogger(NetworkIsolationTest.class);
// This address is guaranteed to fail... reserved for documentation https://tools.ietf.org/html/rfc5737 // This address is guaranteed to fail... reserved for documentation https://tools.ietf.org/html/rfc5737
private static final String badAddress = "203.0.113.1"; private static final String badAddress = "203.0.113.1";