Revision: 4255
Author: jussi.ao.malinen
Date: Sun Oct 17 13:43:03 2010
Log: minor fixes
http://code.google.com/p/robotframework/source/detail?r=4255

Modified:
 /wiki/HowToWriteGoodTestCasesWithExamples.wiki

=======================================
--- /wiki/HowToWriteGoodTestCasesWithExamples.wiki      Sun Oct 17 13:25:12 2010
+++ /wiki/HowToWriteGoodTestCasesWithExamples.wiki      Sun Oct 17 13:43:03 2010
@@ -106,18 +106,14 @@
  * Can contain links to more information

 <table>
-<tr><th>InvalidLoginShouldFail.txt</th><th>InvalidLoginShouldFail.txt</th></tr>
+<tr><th>InvalidLoginShouldFail.txt</th></tr>
 <tr><td>
 {{{
 *** Settings ***
 Documentation    Checks That Invalid Login Fails
 }}}
 </td>
-<td>
-{{{
-*** Settings ***
-}}}
-</td></tr>
+</tr>
 </table>


@@ -293,7 +289,7 @@
     * Avoid below test case level

 <table>
-<tr><th>.txt</th><th>ValidLogin.txt</th></tr>
+<tr><th>ValidLogin.txt</th><th>ValidLogin.txt</th></tr>
 <tr><td>
 {{{
 *** Test Cases ***

Reply via email to