aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2019-02-18 12:21:41 +0100
committerSiri Hansen <[email protected]>2019-02-18 12:21:41 +0100
commit176ffe95b4a09b96db006c5f6287da4109df8776 (patch)
tree194cbae37fe4631bf6206e521c43fd95bf0c1b23 /lib/common_test
parent94a1cdde3969311fc58ef5feb24557bc08b8389a (diff)
downloadotp-176ffe95b4a09b96db006c5f6287da4109df8776.tar.gz
otp-176ffe95b4a09b96db006c5f6287da4109df8776.tar.bz2
otp-176ffe95b4a09b96db006c5f6287da4109df8776.zip
Prepare release
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/doc/src/notes.xml19
-rw-r--r--lib/common_test/vsn.mk2
2 files changed, 20 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml
index 7e909b24cd..e1b37aaa31 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.0.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>
diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk
index ea3e9871cb..0f95d1abdf 100644
--- a/lib/common_test/vsn.mk
+++ b/lib/common_test/vsn.mk
@@ -1 +1 @@
-COMMON_TEST_VSN = 1.15.4
+COMMON_TEST_VSN = 1.15.4.0.1