beiwei30 commented on a change in pull request #1738: [Dubbo-1691] Add unit 
tests for MulticastRegister #1691
URL: https://github.com/apache/incubator-dubbo/pull/1738#discussion_r187861452
 
 

 ##########
 File path: 
dubbo-registry/dubbo-registry-multicast/src/test/java/com/alibaba/dubbo/registry/multicast/MulticastRegistryTest.java
 ##########
 @@ -27,92 +27,165 @@
 import java.util.List;
 import java.util.Map;
 import java.util.Set;
-import java.util.concurrent.atomic.AtomicReference;
 
 import static org.hamcrest.CoreMatchers.is;
-import static org.junit.Assert.assertThat;
-import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.*;
 
 public class MulticastRegistryTest {
 
-    private String service = "com.alibaba.dubbo.test.injvmServie";
+    private String service = "com.apache.dubbo.test.injvmServie";
 
 Review comment:
   why change this from alibaba to apache?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to