aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/doc')
-rw-r--r--lib/common_test/doc/src/part.xml2
-rw-r--r--lib/common_test/doc/src/write_test_chapter.xml13
2 files changed, 1 insertions, 14 deletions
diff --git a/lib/common_test/doc/src/part.xml b/lib/common_test/doc/src/part.xml
index d21d33656a..41e74e57c6 100644
--- a/lib/common_test/doc/src/part.xml
+++ b/lib/common_test/doc/src/part.xml
@@ -31,8 +31,6 @@
</header>
<description>
- <p>The <c>Common Test</c> application is a framework for implementing and performing
-automatic and semi-automatic execution of test cases.</p>
</description>
<xi:include href="introduction.xml"/>
diff --git a/lib/common_test/doc/src/write_test_chapter.xml b/lib/common_test/doc/src/write_test_chapter.xml
index fcc77f1231..3e30974c9f 100644
--- a/lib/common_test/doc/src/write_test_chapter.xml
+++ b/lib/common_test/doc/src/write_test_chapter.xml
@@ -740,7 +740,7 @@
the shuffle property <c>{shuffle,Seed}</c>. This way, the same shuffling
order can be created every time the group is executed. If no seed value
is specified, <c>Common Test</c> creates a "random" seed for the shuffling operation
- (using the return value of <c>erlang:now()</c>). The seed value is always
+ (using the return value of <c>erlang:timestamp/0</c>). The seed value is always
printed to the <c>init_per_group/2</c> log file so that it can be used to
recreate the same execution order in a subsequent test run.</p>
@@ -816,17 +816,6 @@
test suite directory has changed between test suite implementation and
execution.
</p>
-
-<!--
- <p>
- When using the <c>Common Test</c> framework <c>ct</c>, automatic
- compilation of code in the data directory can be obtained by
- placing a makefile source called <c>Makefile.src</c> in the data
- directory. <c>Makefile.src</c> is converted to a valid makefile by
- <c>ct</c> when the test suite is run. For details about the syntax
- of <c>Makefile.src</c>, see module <seealso marker="ct"><c>ct</c></seealso>.
- </p>
--->
<p>
<c>priv_dir</c> is the private directory for the test cases.
This directory can be used whenever a test case (or configuration function)