From 7a06301d4eee08d98976ab592ff1b778b3d3a0e7 Mon Sep 17 00:00:00 2001
From: tmanevik
Date: Fri, 18 Dec 2015 11:19:53 +0100
Subject: Common Test: Editorial changes 2
Inserted answers from Peter
---
lib/common_test/doc/src/part.xml | 2 --
lib/common_test/doc/src/write_test_chapter.xml | 13 +------------
2 files changed, 1 insertion(+), 14 deletions(-)
(limited to 'lib/common_test/doc')
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 @@
- The Common Test application is a framework for implementing and performing
-automatic and semi-automatic execution of test cases.
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 {shuffle,Seed}. This way, the same shuffling
order can be created every time the group is executed. If no seed value
is specified, Common Test creates a "random" seed for the shuffling operation
- (using the return value of erlang:now()). The seed value is always
+ (using the return value of erlang:timestamp/0). The seed value is always
printed to the init_per_group/2 log file so that it can be used to
recreate the same execution order in a subsequent test run.
@@ -816,17 +816,6 @@
test suite directory has changed between test suite implementation and
execution.
-
-
priv_dir is the private directory for the test cases.
This directory can be used whenever a test case (or configuration function)
--
cgit v1.2.3