From 84f1bf6eb16f204671c1561f1bef3e3ebf600aef Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 16 May 2018 12:15:02 -0500 Subject: HDFFV-9739 Add release note --- release_docs/RELEASE.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 43d631b..c3852f7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -121,6 +121,16 @@ Bug Fixes since HDF5-1.10.2 release Configuration ------------- + Reworked java test suite into individual JUnit tests. + + Testing the whole suite of java unit tests in a single JUnit run + made it difficult to determine actual failures when tests would fail. + Running each file set of tests individually, allows individual failures + to be diagnosed easier. A side benifit is that tests for optional components + of the library can be disabled if not configured. + + (ADB 2018/05/16, HDFFV-9739) + - Converted CMake global commands ADD_DEFINITIONS and INCLUDE_DIRECTORIES to use target_* type commands. This change modernizes the CMake usage in the HDF5 library. -- cgit v0.12