From 1eca92e381a3cdc10f801808894dabb4026c366f Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 7 Jan 2012 11:52:33 +0100 Subject: Fix typos in ct getting_started_chapter.xml --- lib/common_test/doc/src/getting_started_chapter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/common_test') diff --git a/lib/common_test/doc/src/getting_started_chapter.xml b/lib/common_test/doc/src/getting_started_chapter.xml index 7de0912036..5b5f7475c9 100644 --- a/lib/common_test/doc/src/getting_started_chapter.xml +++ b/lib/common_test/doc/src/getting_started_chapter.xml @@ -90,7 +90,7 @@

As you can understand from the illustration above, Common Test requires that a test case generates a runtime error to indicate failure (e.g. by causing a bad match error or by calling exit/1, preferrably - through the ct:fail/1/2 help function). A succesful execution is + through the ct:fail/1,2 help function). A succesful execution is indicated by means of a normal return from the test case function.

@@ -197,7 +197,7 @@
       1> ct:run_test([{suite, "check_log_SUITE"}]).

- The result from running our test is printed in log files on HTML format + The result from running our test is printed in log files in HTML format (stored in unique log directories on different level). This illustration shows the log file structure:

-- cgit v1.2.3