Actions
Bug #3207
closedInvalid test about Zip lead to error with JDK 1.7
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
common/utils contains a unit test about Zip extraction order that fails in JDK 7
utils/src/test/scala/com/normation/utils/TestZipUtils.scala => Building zippable from a directory should::create the list of names in order
The cause is the use of "listFile", that does not garante any specific order:
There is no guarantee that the name strings in the resulting array
* will appear in any specific order; they are not, in particular,
* guaranteed to appear in alphabetical order.
Updated by François ARMAND almost 12 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
Updated by François ARMAND almost 12 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 2e1dcb33fed97d64b3b3190f856a0d6cb26927b2.
Updated by Nicolas CHARLES almost 12 years ago
Applied in changeset 3c8cbc307b34190014b1c1594767faa71d27f1dc.
Updated by François ARMAND almost 12 years ago
Applied in changeset 409470c462d6137db22c7c47b201675a5caf6380.
Updated by François ARMAND almost 12 years ago
Applied in changeset 64d649c5037754565f545f88257d63f73095a919.
Updated by Nicolas PERRON almost 12 years ago
- Status changed from Pending release to Released
Actions