Revision: 4445
Author: [email protected]
Date: Tue Dec  7 15:41:21 2010
Log: Edited wiki page HowToUseCSharp through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4445

Modified:
 /wiki/HowToUseCSharp.wiki

=======================================
--- /wiki/HowToUseCSharp.wiki   Mon Dec  6 14:49:00 2010
+++ /wiki/HowToUseCSharp.wiki   Tue Dec  7 15:41:21 2010
@@ -89,15 +89,15 @@

 = Test cases =

-|| *** Settings *** || || | | |||| +|| '*** Settings ***' || || | | |||| || Library || !CombineLibrary.py || | | |||| || || || | | |||| -|| *** Test Cases *** || || | | |||| +|| '*** Test Cases ***' || || | | |||| ||!Valid_Element_Combination || || | | |||| || || Words Should Combine || | | |||| || || Numbers Should Add Up|| | | |||| || || || | | |||| -|| *** Keywords *** || || | | |||| +|| '*** Keywords ***' || || | | |||| || Words Should Combine || ${new_word} = || add_two_words || Hello || World! || || || Should Be Equal || ${new_word} || Hello World! |||| || Numbers Should Add Up || ${total} = || add_two_numbers || 21 || 14 ||

Reply via email to