diff options
author | Erlang/OTP <[email protected]> | 2019-02-15 15:14:57 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-02-15 15:14:57 +0100 |
commit | e05a1daffc62596b33bc6afe684e5f3f5291c18c (patch) | |
tree | bdb7601646d5fe87ede02335386db01eab549dac /lib/common_test/doc/src | |
parent | e35336e4b4b6d0e0451c748a2f16dc14fd535422 (diff) | |
download | otp-e05a1daffc62596b33bc6afe684e5f3f5291c18c.tar.gz otp-e05a1daffc62596b33bc6afe684e5f3f5291c18c.tar.bz2 otp-e05a1daffc62596b33bc6afe684e5f3f5291c18c.zip |
Prepare release
Diffstat (limited to 'lib/common_test/doc/src')
-rw-r--r-- | lib/common_test/doc/src/notes.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 7e909b24cd..ef8b70f1a3 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,25 @@ <file>notes.xml</file> </header> +<section><title>Common_Test 1.15.4.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The status of a test case which failed with timetrap + timeout in <c>end_per_testcase</c> could not be modified + by returning <c>{fail,Reason}</c> from a + <c>post_end_per_testcase</c> hook function. This is now + corrected.</p> + <p> + Own Id: OTP-15584 Aux Id: ERIERL-282 </p> + </item> + </list> + </section> + +</section> + <section><title>Common_Test 1.15.4</title> <section><title>Fixed Bugs and Malfunctions</title> |