Revision: 4253
Author: jussi.ao.malinen
Date: Sun Oct 17 13:19:13 2010
Log: trying better code formatting
http://code.google.com/p/robotframework/source/detail?r=4253
Modified:
/wiki/HowToWriteGoodTestCasesWithExamples.wiki
=======================================
--- /wiki/HowToWriteGoodTestCasesWithExamples.wiki Sun Oct 17 13:17:22 2010
+++ /wiki/HowToWriteGoodTestCasesWithExamples.wiki Sun Oct 17 13:19:13 2010
@@ -23,7 +23,7 @@
<table>
<tr><th>InvalidLoginShouldFail.txt</th><th>InvalidLoginShouldFail.txt</th></tr>
<tr><td>
-{{{
+<pre>
*** Test Cases ***
Login With Empty Password Should Fail
Login With Empty Username Should Fail
@@ -31,10 +31,10 @@
Login With Invalid Username Should Fail
Login With Invalid Password Should Fail
Login With Invalid Username And Invalid Password Should Fail
-}}}
+</pre>
</td>
<td>
-{{{
+<pre>
*** Test Cases ***
Empty Password
Empty Username
@@ -42,7 +42,7 @@
Invalid Username
Invalid Password
Invalid Username And Invalid Password
-}}}
+</pre>
</td></tr>
</table>