Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1334

JUnit Assert.assertEquals(a,b) for floating point is deprecated

XMLWordPrintable

    • Icon: Component Upgrade Component Upgrade
    • Resolution: Done
    • Icon: Major Major
    • 3.0.17.Final
    • 3.0.16.Final
    • jaxrs
    • None

      The Assert.assertEquals(e,a) for floating point variables is deprecated. One must use the newer Assert.assertEquals(e,a,d).

      In addition, the version of JUnit used throughout the project was inconsistent. A little pom cleanup can make it more consistent and centralize the version at the parent pom.

              weli@redhat.com Weinan Li
              awhitford Anthony Whitford (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: