Просмотр исходного кода

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 лет назад
Родитель
Сommit
d0d947e8c2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/c/Makefile.am

+ 1 - 1
src/c/Makefile.am

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