Revision: 4542 Author: jussi.ao.malinen Date: Tue Dec 28 06:43:25 2010 Log: test for filtering messages at rebot below test level (issue 750)
http://code.google.com/p/robotframework/source/detail?r=4542 Modified: /trunk/atest/robot/cli/rebot/log_level.txt ======================================= --- /trunk/atest/robot/cli/rebot/log_level.txt Mon Aug 23 09:49:49 2010 +++ /trunk/atest/robot/cli/rebot/log_level.txt Tue Dec 28 06:43:25 2010 @@ -21,6 +21,7 @@ ${tc} = Rebot -L INFO Check Log Message ${tc.kws[0].msgs[0]} Test 1 INFO Should Be Empty ${tc.kws[1].msgs} + Should Be Empty ${tc.kws[2].kws[0].msgs} All messages are ignored when NONE level is used ${tc} = Rebot --loglevel NONE
