This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch dev-metadata
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/dev-metadata by this push:
new 0242852 Remove duplicate ut classes
0242852 is described below
commit 0242852fa294040724ed7dd3fb5e221e279cc517
Author: ken.lj <[email protected]>
AuthorDate: Fri Sep 7 16:40:09 2018 +0800
Remove duplicate ut classes
---
.../test/java/org/apache/dubbo/rpc/cluster/router/TagRouterTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/TagRouterTest.java
b/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/TagRouterTest.java
index c3782e6..34c9821 100644
---
a/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/TagRouterTest.java
+++
b/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/TagRouterTest.java
@@ -39,7 +39,7 @@ public class TagRouterTest {
public void normalTagRuleTest() {
String serviceStr = "---\n" +
"force: true\n" +
- "runtime: false\n" +
+ "runtime: true\n" +
"enabled: true\n" +
"priority: 1\n" +
"key: demo-provider\n" +