Revision: 3962
Author: janne.t.harkonen
Date: Fri Aug 27 04:52:29 2010
Log: Fine tuning
http://code.google.com/p/robotframework/source/detail?r=3962

Modified:
 /trunk/doc/userguide/src/ExecutingTestCases/BasicUsage.txt
 /trunk/doc/userguide/src/ExecutingTestCases/PostProcessing.txt
 /trunk/doc/userguide/src/GettingStarted/Installation.txt

=======================================
--- /trunk/doc/userguide/src/ExecutingTestCases/BasicUsage.txt Fri Aug 27 03:27:49 2010 +++ /trunk/doc/userguide/src/ExecutingTestCases/BasicUsage.txt Fri Aug 27 04:52:29 2010
@@ -40,7 +40,7 @@

Starting from Robot Framework 2.5.2, it is also possible to get Robot Framework as a single jar file. In this case, Jython is bundled inside the jar, and the -above discussion about Jython applies. In this case, the normal arguments to
+above discussion about Jython applies. Normal arguments to
 Robot Framework are given after the jar file name.

 Another possibility for starting the test execution is running the
=======================================
--- /trunk/doc/userguide/src/ExecutingTestCases/PostProcessing.txt Fri Aug 27 03:27:49 2010 +++ /trunk/doc/userguide/src/ExecutingTestCases/PostProcessing.txt Fri Aug 27 04:52:29 2010
@@ -45,9 +45,7 @@
    rebot path/to/output_file.xml
    rebot --include smoke --name Smoke_Tests c:\results\output.xml

-When using Robot Framework jar distribution, :prog:`rebot` is started with command:
-
-::
+When using Robot Framework jar distribution, :prog:`rebot` is started with command::

     java -jar robotframework-<version>.jar rebot

=======================================
--- /trunk/doc/userguide/src/GettingStarted/Installation.txt Fri Aug 27 03:27:49 2010 +++ /trunk/doc/userguide/src/GettingStarted/Installation.txt Fri Aug 27 04:52:29 2010
@@ -259,15 +259,13 @@
   java -jar robotframework-2.5.2.jar mytests.txt
   java -jar robotframework-2.5.2.jar --variable name:value mytests.txt

-If you need to `post-process outputs`_, you need to use :cli:`rebot` as the
+If you need to `post-process outputs`_, :cli:`rebot` must be given as the
 first argument to the jar file::

   java -jar robotframework-2.5.2.jar rebot --help
   java -jar robotframework-2.5.2.jar rebot output.xml
   java -jar robotframework-2.5.2.jar rebot --name Combined outputs/*.xml

-
-
 Where files are installed
 '''''''''''''''''''''''''

Reply via email to