提交 a152466f 编写于 作者: W william.liangf

迁移注册中心测试类

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@102 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 a39d3ea7
......@@ -38,6 +38,13 @@
<groupId>com.alibaba</groupId>
<artifactId>dubbo-rpc-default</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-remoting-netty</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.alibaba.dubbo.registry.support;
package com.alibaba.dubbo.registry.dubbo;
import static org.junit.Assert.fail;
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.alibaba.dubbo.registry.support;
package com.alibaba.dubbo.registry.dubbo;
import static org.junit.Assert.assertEquals;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册