Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8025908

DeploymentTest.java - testUpperCase failed for viewer.measure.units.kb

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • None
    • deploy

        Deployment.java has contents.
        One of them - viewer.measure.units.kb has a value {0} KB symbolizing 0 Kilo Bytes.
        In the DeploymentTest.java there is a method to test the Upper case (testUpperCase()) which checks for the upper case of the value and lower case and compares with the original value.
        Since Kilo Byte was initialized as KB instead of kB, it does not pass the test case.

        Suggested fix:
        replace the Deployment.java file contents value for "viewer.measure.units.kb" to {0}kB instead of {0}KB

              vrao Vivek Rao (Inactive)
              vrao Vivek Rao (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: