This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag testng-6.9.5 in repository testng.
commit 33feb18c08b4f1987a106ca4f9e558a45bebcf4e Author: Julien Herr <[email protected]> Date: Sat Jun 13 00:13:18 2015 +0200 Fix compilation error --- src/test/java/test/timeout/TimeOutTest.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/test/java/test/timeout/TimeOutTest.java b/src/test/java/test/timeout/TimeOutTest.java index 85dc41a..0ad690b 100644 --- a/src/test/java/test/timeout/TimeOutTest.java +++ b/src/test/java/test/timeout/TimeOutTest.java @@ -39,6 +39,11 @@ public class TimeOutTest extends BaseTest { public Object[] next() { return new Object[]{ parallelModes.next() }; } + + @Override + public void remove() { + throw new UnsupportedOperationException("remove"); + } }; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

