summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-13 15:19:04 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:26 (GMT)
commitb98190628f8f6563e65b0b769e8328987b586ad9 (patch)
treedc7c13e561f1bb9c1e165aac47ce7285d470cf41 /release_docs
parent14e2c9d3f7e4464f1941548c2aef85f4123c2d3b (diff)
downloadhdf5-b98190628f8f6563e65b0b769e8328987b586ad9.zip
hdf5-b98190628f8f6563e65b0b769e8328987b586ad9.tar.gz
hdf5-b98190628f8f6563e65b0b769e8328987b586ad9.tar.bz2
Added JIRA note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c21c2d6..3c485c0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -368,6 +368,14 @@ New Features
Java Library:
----------------
+ - Tests fail for non-English locale.
+
+ In the JUnit tests with a non-English locale, only the part before
+ the decimal comma is replaced by XXXX and this leads to a comparison
+ error. Changed the regex for the Time substitution.
+
+ (ADB - 2020/01/09, HDFFV-10995)
+
- Fix a failure in JUnit-TestH5P on 32-bit architectures
(JTH - 2019/04/30)