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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

            weinanli Weinan Li
            awhitford Anthony Whitford (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: