Revision: 3277
Author: jprantan
Date: Wed May 12 05:20:11 2010
Log: Fixed tests to work even syslog level is DEBUG.
http://code.google.com/p/robotframework/source/detail?r=3277
Modified:
/trunk/atest/robot/test_libraries/deprecated_keywords.html
/trunk/atest/testdata/test_libraries/DeprecatedKeywords.py
=======================================
--- /trunk/atest/robot/test_libraries/deprecated_keywords.html Mon Apr 12
05:17:10 2010
+++ /trunk/atest/robot/test_libraries/deprecated_keywords.html Wed May 12
05:20:11 2010
@@ -468,7 +468,7 @@
- <tr><td></td><td>Check Syslog Does Not
Contain</td><td>ignore</td><td></td><td></td></tr><tr>
+ <tr><td></td><td>Check Syslog Does Not Contain</td><td>ignore
this</td><td></td><td></td></tr><tr>
=======================================
--- /trunk/atest/testdata/test_libraries/DeprecatedKeywords.py Fri Mar 27
16:06:44 2009
+++ /trunk/atest/testdata/test_libraries/DeprecatedKeywords.py Wed May 12
05:20:11 2010
@@ -3,7 +3,7 @@
def deprecated_library_keyword(self):
"""*DEPRECATED* Use keyword `Not Deprecated With Doc` instead!
- Some more doc here which is ignored in the warning.
+ Some more doc here. ignore this in the warning.
"""
pass