Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] JUnit 4.5 Requirement

Hi All,

  A check in yesterday has added a dependency on JUnit 4.5 to our testing projects.

If you are getting an error like the following on your build, it means you need an upgraded version of JUnit.

    [javac] C:\EclipseLinkView1\jpa\eclipselink.jpa.test\src\org\eclipse\persist
ence\testing\tests\jpa\dynamic\employee\EmployeeQueriesTestSuite.java:42: cannot
 find symbol
    [javac] symbol  : class Assume
    [javac] location: package org.junit
    [javac] import static org.junit.Assume.assumeTrue;

-Tom


Back to the top