This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository easymock.
commit 60cd3924352a539b5a548b0fc0bf86e9e54e55e2 Author: Markus Koschany <[email protected]> Date: Tue Nov 25 18:24:58 2014 +0100 Exclude EasyMockAnnotationsTest to prevent a FTBFS --- debian/build.xml | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/build.xml b/debian/build.xml index 54676f0..e6c5dbf 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -64,6 +64,7 @@ <exclude name="**/*DependencyTest.java"/> <exclude name="**/*ClassExtensionHelperTest.java"/> <exclude name="**/*EasyMockSupportClassTest.java"/> + <exclude name="**/*EasyMockAnnotationsTest.java"/> </fileset> </batchtest> </junit> diff --git a/debian/changelog b/debian/changelog index fe4dc20..b914036 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ easymock (3.3+ds-1) experimental; urgency=medium * Update copyright years. * Do not install Documentation files anymore. They are no longer shipped by upstream. + * Exclude EasyMockAnnotationsTest from Junit test case. -- Markus Koschany <[email protected]> Tue, 25 Nov 2014 18:07:40 +0100 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

