[testng] 110/160: Fix compilation error
Eugene Zhukov
eugene-guest at moszumanska.debian.org
Tue Aug 18 10:22:27 UTC 2015
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 <julien.herr at alcatel-lucent.com>
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
More information about the pkg-java-commits
mailing list