2 new revisions:

Revision: 9bf25c8bac85
Author:   Pekka Klärck
Date:     Mon Aug 29 06:28:22 2011
Log:      format
http://code.google.com/p/robotframework/source/detail?r=9bf25c8bac85

Revision: 70278c58acb9
Author:   Pekka Klärck
Date:     Mon Aug 29 06:38:21 2011
Log:      format
http://code.google.com/p/robotframework/source/detail?r=70278c58acb9

==============================================================================
Revision: 9bf25c8bac85
Author:   Pekka Klärck
Date:     Mon Aug 29 06:28:22 2011
Log:      format
http://code.google.com/p/robotframework/source/detail?r=9bf25c8bac85

Added:
 /atest/robot/parsing/table_names.txt
Deleted:
 /atest/robot/parsing/table_names.html

=======================================
--- /dev/null
+++ /atest/robot/parsing/table_names.txt        Mon Aug 29 06:28:22 2011
@@ -0,0 +1,32 @@
+*** Settings ***
+Suite Setup     Run Tests  ${EMPTY}  parsing/table_names.html
+Force Tags      regression  pybot  jybot
+Resource        atest_resource.txt
+
+*** Test Cases ***
+Setting Table
+ [Documentation] Check Setting table and its synonyms Settings and Metadata + Should Start With ${SUITE.doc} Testing that different synonyms for table names work. In general # The doc is so long that don't want to test it fully...
+    Check Test Tags  Test Case  metadata  settings
+
+Variable Table
+    [Documentation]  Check Variable table and its synonym Variables
+    Check First Log Entry  Test Case  'Variable' name works
+    Check First Log Entry  Test Cases  'Variables' name works
+
+Test Case Table
+    [Documentation]  Check Test Case table and its synonym Test Cases
+    Check Test Case  Test Case
+    Check Test Case  Test Cases
+
+Keyword Table
+ [Documentation] Check Keyword table and its synonyms Keywords, User Keyword and User Keywords
+    ${tc} =  Check Test Case  Test Case
+ Check Log Message ${tc.kws[1].kws[0].kws[0].kws[0].kws[0].msgs[0]} 'User Keywords' was executed
+
+*** Keywords ***
+Check First Log Entry
+    [Arguments]  ${test case name}  ${expected}
+    ${tc} =  Check Test Case  ${test case name}
+    Check Log Message  ${tc.kws[0].msgs[0]}  ${expected}
+
=======================================
--- /atest/robot/parsing/table_names.html       Mon Apr 12 05:17:10 2010
+++ /dev/null
@@ -1,2027 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-
-
-
-
-
-
-
-
-
-
-
-
-
-  <style type="text/css">
-html { font-family: Arial,Helvetica,sans-serif;
-background-color: white;
-color: black;
-}
-p { max-width: 60em;
-}
-table { border-collapse: collapse;
-empty-cells: show;
-margin: 1em 0em;
-border: 0.1em solid black;
-}
-th, td {
-border-style: solid;
-border-width: 0.05em 0.1em;
-border-color: black;
-padding: 0.1em 0.2em;
-height: 1.5em;
-}
-th {
-background-color: rgb(192, 192, 192);
-color: black;
-border-width: 0.1em;
-font-weight: bold;
-text-align: center;
-text-transform: capitalize;
-letter-spacing: 0.1em;
-}
-/* Widths of named columns */
-col.name {
-width: 10em;
-}
-.action , .value, .arg {
-width: 15em;
-}
-/* Properties for the name column - td:first-child should work in CSS 2.1 avare browsers (tested in Firefox)
-- col.name is against specs but works in IE
-*/
-td:first-child, col.name {
-background-color: rgb(240, 240, 240);
-text-transform: capitalize;
-letter-spacing: 0.1em;
-}
-th { font-style: normal; } /* required for IE */
-  </style>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <title>Robot Test Cases</title><link type="text/css" href="resources/css/testdata.css" rel="stylesheet"></head>
-
-<body>
-
-
-
-
-
-
-
-<h1>Robot Test Cases for Processing Table Names</h1>
-
-
-
-
-
-
-
-<table border="1">
-
-
-
-
-
-
-
- <colgroup span="99"><col class="name"><col class="value" span="4"></colgroup> <thead>
-  <tr>
-
-
-
-
-
-
-
-    <th>Setting</th>
-
-
-
-
-
-
-
-    <th>Value</th>
-
-
-
-
-
-
-
-    <th>Value</th>
-
-
-
-
-
-
-
-    <th>value</th>
-
-
-
-
-
-
-
-    <th>Value</th>
-
-
-
-
-
-
-
-  </tr>
-
-
-
-
-
-
-
-  </thead> <tbody>
-
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-    </tr>
-
-
-
-
-
-
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-
-      <td>Force Tags</td>
-
-
-
-
-
-
-
-      <td>regression<br>
-
-
-
-
-
-
-      </td>
-
-
-
-
-
-
-
-      <td>pybot</td>
-
-
-      <td>jybot</td>
-
-
-
-
-
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-    </tr>
-
-
-
-
-
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-
-      <td>Suite Setup</td>
-
-
-
-
-
-
-
-      <td>Run Tests</td>
-
-
-
-
-
-
-
-      <td><br></td>
-
-
-
-
-
-
-
-      <td>parsing${/}table_names.html
-
-
-
-      </td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-    </tr>
-    <tr>
-      <td>Resource</td>
-      <td>atest_resource.txt</td>
-      <td align="undefined" valign="undefined"></td>
-      <td align="undefined" valign="undefined"></td>
-      <td align="undefined" valign="undefined"></td>
-    </tr>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  </tbody>
-</table>
-
-
-
-
-
-
-
-
-<table border="1">
-
-
-
-
-
-
-
- <colgroup span="99"><col class="name"><col class="value" span="4"></colgroup> <thead>
-  <tr>
-
-
-
-
-
-
-
-    <th>Variable</th>
-
-
-
-
-
-
-
-    <th>Value</th>
-
-
-
-
-
-
-
-    <th>Value</th>
-
-
-
-
-
-
-
-    <th>Value</th>
-
-
-
-
-
-
-
-    <th>Value</th>
-
-
-
-
-
-
-
-  </tr>
-
-
-
-
-
-
-
-  </thead> <tbody>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-    </tr>
-
-
-
-
-
-
-
-
-
-
-
-
-
-  </tbody>
-</table>
-
-
-
-
-
-
-
-<table border="1">
-
-
-
-
-
-
-
- <colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup>
-  <thead><tr>
-
-
-
-
-
-
-
-    <th>Test Case</th>
-
-
-
-
-
-
-
-    <th>Action</th>
-
-
-
-
-
-
-
-    <th>Argument</th>
-
-
-
-
-
-
-
-    <th>Argument</th>
-
-
-
-
-
-
-
-    <th>Argument</th>
-
-
-
-
-
-
-
-  </tr>
-
-
-
-
-
-
-
-  </thead> <tbody>
-
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-
-      <td>Setting Table</td>
-
-
-
-
-
-
-
-      <td>[ Document ]</td>
-
-
-
-
-
-
-
- <td>Check&nbsp;Setting table and its synonyms Settings and Metadata</td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-      <td></td>
-
-
-
-
-
-
-
-    </tr>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined">Starts</td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined">${SUITE.doc}</td>
-
-
-
-
-
-
- <td align="undefined" valign="undefined">Testing that different synonyms for table names work. In general</td>
-
-
-
-
-
-
- <td align="undefined" valign="undefined"># The doc is so long that don't<br>
-
-
-
-
-
-
-#&nbsp;want to test it fully...</td>
-
-
-
-
-
-
-    </tr>
-
-
-
-
-
-
-    <tr>
-      <td align="undefined" valign="undefined"></td>
-      <td align="undefined" valign="undefined">Check Test Tags</td>
-      <td align="undefined" valign="undefined">Test Case</td>
-      <td align="undefined" valign="undefined">metadata</td>
-      <td align="undefined" valign="undefined">settings</td>
-    </tr>
-
-
-
-
-
-
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-    </tr>
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined">Variable Table</td>
-
-
-
-
-
-
-      <td>[ Document ]</td>
-
-
-
-
-
-
-      <td>Check Variable table and its synonym Variables</td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-    </tr>
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined">Check First Log Entry</td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined">Test Case</td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined">'Variable' name works</td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-    </tr>
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined">Check First Log Entry</td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined">Test Cases</td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined">'Variables' name works</td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-    </tr>
-
-
-
-
-
-
-    <tr>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-      <td align="undefined" valign="undefined"></td>
-
-
-
-
-
-
-    </tr>
-
-
-
-
-
-
-    <tr>
-
-
-
***The diff for this file has been truncated for email.***

==============================================================================
Revision: 70278c58acb9
Author:   Pekka Klärck
Date:     Mon Aug 29 06:38:21 2011
Log:      format
http://code.google.com/p/robotframework/source/detail?r=70278c58acb9

Added:
 /atest/testdata/parsing/table_names.txt
Deleted:
 /atest/testdata/parsing/table_names.html
Modified:
 /atest/robot/parsing/table_names.txt

=======================================
--- /dev/null
+++ /atest/testdata/parsing/table_names.txt     Mon Aug 29 06:38:21 2011
@@ -0,0 +1,41 @@
+***Setting***
+Documentation  Testing that different synonyms for table names work.
+...            NO RIDE!! It would combine separate tables.
+
+***Settings***
+Default Tags  Settings
+
+***Metadata***
+Force Tags  Metadata
+
+***Variable***
+${VARIABLE}  Variable
+
+***VAR I A BLES***
+${VARIABLES}  Variables
+
+***Test Case***
+Test Case
+    Log  ${VARIABLE}
+    Keyword
+
+***TestCases***
+Test Cases
+    Log  ${VARIABLES}
+
+* * * K e y w o r d * * *
+Keyword
+    Keywords
+
+*keywords
+Keywords
+    User Keyword
+
+***User*Keyword***
+User Keyword
+    User Keywords
+
+*US* er key wor*ds
+User Keywords
+    Log  'User Keywords' was executed
+
=======================================
--- /atest/testdata/parsing/table_names.html    Sat May 31 09:57:24 2008
+++ /dev/null
@@ -1,840 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-
-
-
-  <style type="text/css">
-html { font-family: Arial,Helvetica,sans-serif;
-background-color: white;
-color: black;
-}
-p { max-width: 60em;
-}
-table { border-collapse: collapse;
-empty-cells: show;
-margin: 1em 0em;
-border: 0.1em solid black;
-}
-th, td {
-border-style: solid;
-border-width: 0.05em 0.1em;
-border-color: black;
-padding: 0.1em 0.2em;
-height: 1.5em;
-}
-th {
-background-color: rgb(192, 192, 192);
-color: black;
-border-width: 0.1em;
-font-weight: bold;
-text-align: center;
-text-transform: capitalize;
-letter-spacing: 0.1em;
-}
-/* Widths of named columns */
-col.name {
-width: 10em;
-}
-.action , .value, .arg {
-width: 15em;
-}
-/* Properties for the name column - td:first-child should work in CSS 2.1 avare browsers (tested in Firefox)
-- col.name is against specs but works in IE
-*/
-td:first-child, col.name {
-background-color: rgb(240, 240, 240);
-text-transform: capitalize;
-letter-spacing: 0.1em;
-}
-th { font-style: normal; } /* required for IE */
-  </style>
-
-
-
-
-  <title>Robot Test Cases</title>
-  <link type="text/css" href="resources/css/testdata.css" rel="stylesheet">
-</head>
-
-
-<body>
-
-
-<h1>Robot Test Cases</h1>
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="value" span="4"></colgroup>
-  <thead><tr>
-
-
-    <th>Setting</th>
-
-
-    <th>Value</th>
-
-
-    <th>Value</th>
-
-
-    <th>value</th>
-
-
-    <th>Value</th>
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>Document</td>
-
-
-      <td>Testing that different synonyms for table names work. </td>
-
-
-      <td>In general all table names can be both singular and
-plural ('Keyword' or 'Keywords').</td>
-
-
-      <td>On top of that 'Metadata' is a synonym for 'Setting'
-and 'User Keyword' for 'Keyword'.</td>
-
-
-      <td>Check that:<br>
-
-1) This document is set fot the test suite<br>
-
-2) All tests have correct tags</td>
-
-
-    </tr>
-
-
-
-  </tbody>
-</table>
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="value" span="4"></colgroup>
-  <thead><tr>
-
-
-    <th>Settings</th>
-
-
-    <th>Value</th>
-
-
-    <th>Value</th>
-
-
-    <th>value</th>
-
-
-    <th>Value</th>
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>Default Tags</td>
-
-
-      <td>settings</td>
-
-
-      <td><br>
-      </td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-
-  </tbody>
-</table>
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="value" span="4"></colgroup>
-  <thead><tr>
-
-
-    <th>Metadata</th>
-
-
-    <th>Value</th>
-
-
-    <th>Value</th>
-
-
-    <th>value</th>
-
-
-    <th>Value</th>
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>Force Tags</td>
-
-
-      <td>metadata</td>
-
-
-      <td><br>
-      </td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-
-  </tbody>
-</table>
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="value" span="4"></colgroup>
-  <thead><tr>
-
-
-    <th>Variable</th>
-
-
-    <th>Value</th>
-
-
-    <th>Value</th>
-
-
-    <th>Value</th>
-
-
-    <th>Value</th>
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>${variable}</td>
-
-
-      <td>'Variable' name works</td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-
-  </tbody>
-</table>
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="value" span="4"></colgroup>
-  <thead><tr>
-
-
-    <th>Variables</th>
-
-
-    <th>Value</th>
-
-
-    <th>Value</th>
-
-
-    <th>Value</th>
-
-
-    <th>Value</th>
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>${variables}</td>
-
-
-      <td>'Variables' name works</td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-
-  </tbody>
-</table>
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup>
-  <thead><tr>
-
-
-    <th>Test Case</th>
-
-
-    <th>Action</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>Test Case</td>
-
-
-      <td>[ Document ]</td>
-
-
-      <td>Check that:<br>
-
-1) This test case was run ('Test Case' name works)<br>
-
-2) Logged message is correct ('Variable' name works)<br>
-
-3) Keyword and its subkeywords were run (different 'Keyword' table names work)</td>
-
-      <td>PASS<br>
-      </td>
-
-
-
-      <td></td>
-
-
-
-
-    </tr>
-
-    <tr>
-
-      <td align="undefined" valign="undefined"></td>
-
-      <td>Log</td>
-
-      <td>${variable}</td>
-
-      <td align="undefined" valign="undefined"></td>
-
-      <td align="undefined" valign="undefined"></td>
-
-    </tr>
-
-    <tr>
-
-      <td align="undefined" valign="undefined"></td>
-
-      <td align="undefined" valign="undefined">Keyword</td>
-
-      <td align="undefined" valign="undefined"></td>
-
-      <td align="undefined" valign="undefined"></td>
-
-      <td align="undefined" valign="undefined"></td>
-
-    </tr>
-
-
-
-
-  </tbody>
-</table>
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup>
-  <thead><tr>
-
-
-    <th>Test Cases</th>
-
-
-    <th>Action</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>Test Cases</td>
-
-
-      <td>[ Document ]</td>
-
-
-      <td>Check that:<br>
-
-1) This test case was run ('Test Cases' name works)<br>
-
-2) Logged message is correct ('Variables' name works)<br>
-
-      </td>
-
-      <td>PASS<br>
-      </td>
-
-
-
-      <td></td>
-
-
-
-
-    </tr>
-
-
-    <tr>
-
-
-      <td></td>
-
-
-      <td>Log</td>
-
-      <td>${variables}</td>
-
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-
-
-    </tr>
-
-
-
-  </tbody>
-</table>
-
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup>
-  <thead><tr>
-
-
-    <th>Keyword</th>
-
-
-    <th>Action</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>Keyword</td>
-
-
-      <td>Keywords</td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-    <tr>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-
-  </tbody>
-</table>
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup>
-  <thead><tr>
-
-
-    <th>Keywords</th>
-
-
-    <th>Action</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>Keywords</td>
-
-
-      <td>User Keyword</td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-    <tr>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-
-  </tbody>
-</table>
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup>
-  <thead><tr>
-
-
-    <th>User Keyword</th>
-
-
-    <th>Action</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>User Keyword</td>
-
-
-      <td>User Keywords</td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-    <tr>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-
-  </tbody>
-</table>
-
-
-<table border="1">
-
-
- <colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup>
-  <thead><tr>
-
-
-    <th>User Keywords</th>
-
-
-    <th>Action</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-    <th>Argument</th>
-
-
-  </tr>
-
-
-  </thead>
-  <tbody>
-
-
-    <tr>
-
-
-      <td>User Keywords</td>
-
-
-      <td>Log</td>
-
-
-      <td>'User Keywords' was executed</td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-    <tr>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-      <td></td>
-
-
-    </tr>
-
-
-
-  </tbody>
-</table>
-
-
-</body>
-</html>
=======================================
--- /atest/robot/parsing/table_names.txt        Mon Aug 29 06:28:22 2011
+++ /atest/robot/parsing/table_names.txt        Mon Aug 29 06:38:21 2011
@@ -1,18 +1,18 @@
 *** Settings ***
-Suite Setup     Run Tests  ${EMPTY}  parsing/table_names.html
+Suite Setup     Run Tests  ${EMPTY}  parsing/table_names.txt
 Force Tags      regression  pybot  jybot
 Resource        atest_resource.txt

 *** Test Cases ***
 Setting Table
[Documentation] Check Setting table and its synonyms Settings and Metadata - Should Start With ${SUITE.doc} Testing that different synonyms for table names work. In general # The doc is so long that don't want to test it fully...
-    Check Test Tags  Test Case  metadata  settings
+ Should Start With ${SUITE.doc} Testing that different synonyms for table names work.
+    Check Test Tags  Test Case  Metadata  Settings

 Variable Table
     [Documentation]  Check Variable table and its synonym Variables
-    Check First Log Entry  Test Case  'Variable' name works
-    Check First Log Entry  Test Cases  'Variables' name works
+    Check First Log Entry  Test Case  Variable
+    Check First Log Entry  Test Cases  Variables

 Test Case Table
     [Documentation]  Check Test Case table and its synonym Test Cases

Reply via email to