You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2022/12/17 02:52:33 UTC

[dubbo-samples] branch master updated: Fix 11159 test cases (#633)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new e56a0c56 Fix 11159 test cases (#633)
e56a0c56 is described below

commit e56a0c5666046c2c72691efda93b7ceffe2388b3
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Sat Dec 17 10:52:28 2022 +0800

    Fix 11159 test cases (#633)
---
 99-integration/dubbo-samples-test-11159/pom.xml                         | 2 +-
 .../src/test/java/org/apache/dubbo/samples/test/ZookeeperIT.java        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/99-integration/dubbo-samples-test-11159/pom.xml b/99-integration/dubbo-samples-test-11159/pom.xml
index 0fa450ec..01ec9b9d 100644
--- a/99-integration/dubbo-samples-test-11159/pom.xml
+++ b/99-integration/dubbo-samples-test-11159/pom.xml
@@ -36,7 +36,7 @@
     <properties>
         <source.level>1.8</source.level>
         <target.level>1.8</target.level>
-        <dubbo.version>3.1.4-SNAPSHOT</dubbo.version>
+        <dubbo.version>3.1.3</dubbo.version>
         <spring.version>4.3.16.RELEASE</spring.version>
         <junit.version>4.12</junit.version>
         <awaitility.version>4.2.0</awaitility.version>
diff --git a/99-integration/dubbo-samples-test-11159/src/test/java/org/apache/dubbo/samples/test/ZookeeperIT.java b/99-integration/dubbo-samples-test-11159/src/test/java/org/apache/dubbo/samples/test/ZookeeperIT.java
index d08740c7..10f3666a 100644
--- a/99-integration/dubbo-samples-test-11159/src/test/java/org/apache/dubbo/samples/test/ZookeeperIT.java
+++ b/99-integration/dubbo-samples-test-11159/src/test/java/org/apache/dubbo/samples/test/ZookeeperIT.java
@@ -41,6 +41,6 @@ public class ZookeeperIT {
         service.export();
 
         String val = ConfigurationUtils.getProperty(service.getScopeModel(), "a", "c");
-        Assert.assertEquals("bad value", "c", val);
+        Assert.assertEquals("bad value", "b", val);
     }
 }


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