迁移注册中心测试类

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@102 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
william.liangf 2011-10-28 06:56:14 +00:00
parent a39d3ea787
commit a152466f8a
3 changed files with 9 additions and 2 deletions

View File

@ -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>

View 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;

View 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.assertEquals;