Author: janne.t.harkonen
Date: Thu May 21 08:59:51 2009
New Revision: 2010

Modified:
   trunk/proto/testgen/test/template.tsv

Log:
fixed formatting

Modified: trunk/proto/testgen/test/template.tsv
==============================================================================
--- trunk/proto/testgen/test/template.tsv       (original)
+++ trunk/proto/testgen/test/template.tsv       Thu May 21 08:59:51 2009
@@ -12,7 +12,7 @@

 Test
        [ Documentation ]       This is test doc
-       [ Setup ]       ${EMPTY}
+       [ Setup ]       Log     Bar
        Keyword 1       ${arg2}
        Keyword 2       ${arg1}
        [ Teardown ]    My TD
@@ -20,5 +20,5 @@
 * keywords *

 Keyword 1      [Arguments]     ${arg1} ${arg2}=foo
-       Log ${arg1}
+       Log     ${arg1}
        [ Return ]      ${arg2}

Reply via email to