https://bz.apache.org/ooo/show_bug.cgi?id=128452

--- Comment #1 from Carl Marcum <[email protected]> ---
Updating to junit 4.11 requires adding the hamcrest jar to the classpath also. 
It seem we can use the latest Hamcrest 2.2 release.

Also testing has shown we can update junit to 4.12 without issues.
Updating to 4.13 throws an error.

[javac]
<path-to>/openoffice/test/testcommon/source/org/openoffice/test/common/NamedRequest.java:161:
error: reference to ParentRunner is ambiguous, both constructor
ParentRunner(Class<?>) in ParentRunner and constructor ParentRunner(TestClass)
in ParentRunner match
    [javac]                     super(null);
    [javac]                     ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error
    [javac] 1 warning

BUILD FAILED
/home/carl/dev-git/openoffice/test/build.xml:80: Compile failed; see the
compiler error output for details.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.

Reply via email to