Browse Source

ZOOKEEPER-1914. TestWatchers.cc failure - workaround (michim via fpj)


git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1596684 13f79535-47bb-0310-9956-ffa450edef68
Flavio Paiva Junqueira 11 năm trước cách đây
mục cha
commit
d0d947e8c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/c/Makefile.am

+ 1 - 1
src/c/Makefile.am

@@ -90,8 +90,8 @@ TEST_SOURCES = \
     tests/TestClientRetry.cc \
 	tests/TestOperations.cc \
 	tests/TestMulti.cc \
-	tests/TestClient.cc \
 	tests/TestWatchers.cc \
+	tests/TestClient.cc \
 	tests/ZooKeeperQuorumServer.cc \
 	tests/ZooKeeperQuorumServer.h