aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmanevik <[email protected]>2015-12-18 11:19:53 +0100
committerPeter Andersson <[email protected]>2016-03-09 11:14:51 +0100
commit7a06301d4eee08d98976ab592ff1b778b3d3a0e7 (patch)
tree2efe15febc4f4cb64e7f2ae57213ccfc5a3169df
parent2ef840647acadb489d54332f6a218dcf2e629ff9 (diff)
downloadotp-7a06301d4eee08d98976ab592ff1b778b3d3a0e7.tar.gz
otp-7a06301d4eee08d98976ab592ff1b778b3d3a0e7.tar.bz2
otp-7a06301d4eee08d98976ab592ff1b778b3d3a0e7.zip
Common Test: Editorial changes 2
Inserted answers from Peter
-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)