Browse Source

ZOOKEEPER-1203. Zookeeper systest is missing Junit Classes (Prashant Gokhale via phunt)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1176575 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 13 years ago
parent
commit
6ac2b1c478
2 changed files with 4 additions and 0 deletions
  1. 3 0
      CHANGES.txt
  2. 1 0
      src/contrib/fatjar/build.xml

+ 3 - 0
CHANGES.txt

@@ -15,6 +15,9 @@ BUGFIXES:
 
 
   ZOOKEEPER-1192. Leader.waitForEpochAck() checks waitingForNewEpoch instead of checking electionFinished (Alex Shraer via breed)
   ZOOKEEPER-1192. Leader.waitForEpochAck() checks waitingForNewEpoch instead of checking electionFinished (Alex Shraer via breed)
 
 
+  ZOOKEEPER-1203. Zookeeper systest is missing Junit Classes
+  (Prashant Gokhale via phunt)
+
 IMPROVEMENTS:
 IMPROVEMENTS:
 
 
   ZOOKEEPER-1170. Fix compiler (eclipse) warnings: unused imports,
   ZOOKEEPER-1170. Fix compiler (eclipse) warnings: unused imports,

+ 1 - 0
src/contrib/fatjar/build.xml

@@ -46,6 +46,7 @@
       <fileset dir="${zk.root}/build/classes" excludes="**/.generated"/>
       <fileset dir="${zk.root}/build/classes" excludes="**/.generated"/>
       <fileset dir="${zk.root}/build/test/classes"/>
       <fileset dir="${zk.root}/build/test/classes"/>
       <zipgroupfileset dir="${zk.root}/build/lib" includes="*.jar" />
       <zipgroupfileset dir="${zk.root}/build/lib" includes="*.jar" />
+      <zipgroupfileset dir="${zk.root}/build/test/lib" includes="*.jar" />
       <zipgroupfileset dir="${zk.root}/src/java/lib" includes="*.jar" />
       <zipgroupfileset dir="${zk.root}/src/java/lib" includes="*.jar" />
     </jar>
     </jar>
   </target>
   </target>