Revision: 3339 Author: pekka.klarck Date: Wed May 19 23:40:38 2010 Log: enable running utests - many still fail http://code.google.com/p/robotframework/source/detail?r=3339
Modified: /trunk/utest/running/test_keywords.py ======================================= --- /trunk/utest/running/test_keywords.py Fri May 7 15:00:30 2010 +++ /trunk/utest/running/test_keywords.py Wed May 19 23:40:38 2010 @@ -3,7 +3,7 @@ from robot.errors import DataError, ExecutionFailed from robot.parsing.keywords import SetKeyword as SetKeywordData from robot.running.timeouts import KeywordTimeout -from robot.running.keywords import Keyword, SetKeyword +from robot.running.keywords import Keyword from robot.utils.asserts import * from test_testlibrary import _FakeNamespace
