aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src/basics_chapter.xml
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-03-29 00:11:17 +0200
committerPeter Andersson <[email protected]>2012-03-29 00:15:35 +0200
commitccc9e16381244760b3013e11b6fe8f1fe2a0a809 (patch)
treedef25caab3503b2a12670bec0337753923716dd0 /lib/common_test/doc/src/basics_chapter.xml
parent1d1d4456e8bc1089ab632b189c6cc866a4ff59a3 (diff)
parent96b3f1cdf435954b826be3da8de714b13910d396 (diff)
downloadotp-ccc9e16381244760b3013e11b6fe8f1fe2a0a809.tar.gz
otp-ccc9e16381244760b3013e11b6fe8f1fe2a0a809.tar.bz2
otp-ccc9e16381244760b3013e11b6fe8f1fe2a0a809.zip
Merge branch 'peppe/common_test/otp-10029' into maint
* peppe/common_test/otp-10029: Update documentation OTP-9972
Diffstat (limited to 'lib/common_test/doc/src/basics_chapter.xml')
-rw-r--r--lib/common_test/doc/src/basics_chapter.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/basics_chapter.xml b/lib/common_test/doc/src/basics_chapter.xml
index 20141d2561..d43ac44ac5 100644
--- a/lib/common_test/doc/src/basics_chapter.xml
+++ b/lib/common_test/doc/src/basics_chapter.xml
@@ -141,8 +141,9 @@
individual test case.
</p>
<p>
- The test suite module must conform to a callback interface specified
- by the CT test server. See the
+ The test suite module must conform to a
+ <seealso marker="common_test">callback interface</seealso>
+ specified by the CT test server. See the
<seealso marker="write_test_chapter#intro">Writing Test Suites</seealso> chapter
for more information.
</p>