Revision: 3673
Author: janne.t.harkonen
Date: Sun May 30 23:30:28 2010
Log: Added test for comments inside test with template
http://code.google.com/p/robotframework/source/detail?r=3673
Modified:
/trunk/atest/robot/running/test_template.txt
/trunk/atest/testdata/running/test_template.txt
=======================================
--- /trunk/atest/robot/running/test_template.txt Fri May 28 03:40:30 2010
+++ /trunk/atest/robot/running/test_template.txt Sun May 30 23:30:28 2010
@@ -27,3 +27,6 @@
Test User Keywords Should Not Be Continued On Failure
Check Test Case ${TESTNAME}
+
+Commented Rows With Test Template
+ Check Test Case ${TESTNAME}
=======================================
--- /trunk/atest/testdata/running/test_template.txt Fri May 28 03:40:30 2010
+++ /trunk/atest/testdata/running/test_template.txt Sun May 30 23:30:28 2010
@@ -48,6 +48,10 @@
expected failure
second expected failure
+Commented Rows With Test Template
+ # My comment
+ 42 42
+
*** Keywords ***
Expect Exactly Two Args [arguments] ${a1} ${a2}
Should Be Equal ${a1} ${a2}