-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b111
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8034386 | 7u65 | Thomas Ng | P4 | Resolved | Fixed | b01 |
JDK-8026026 | 7u60 | Thomas Ng | P4 | Closed | Fixed | b01 |
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
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
- backported by
-
JDK-8034386 DeploymentTest.java - testUpperCase failed for viewer.measure.units.kb
-
- Resolved
-
-
JDK-8026026 DeploymentTest.java - testUpperCase failed for viewer.measure.units.kb
-
- Closed
-