Revision: 3431
Author: pekka.klarck
Date: Mon May 24 09:14:09 2010
Log: fix test after changing default
http://code.google.com/p/robotframework/source/detail?r=3431

Modified:
 /trunk/utest/parsing/test_model.py

=======================================
--- /trunk/utest/parsing/test_model.py  Mon May 24 07:35:24 2010
+++ /trunk/utest/parsing/test_model.py  Mon May 24 09:14:09 2010
@@ -260,7 +260,7 @@
         self._test(['${v1}=', '${v2}=', 'KW'], assign=['${v1}', '${v2}'])

     def test_assign_without_keyword(self):
-        self._test(['${v1}', '${v2}'], kw=None, assign=['${v1}', '${v2}'])
+        self._test(['${v1}', '${v2}'], kw='', assign=['${v1}', '${v2}'])

     def test_is_comment(self):
         assert_true(Step([], comment="comment").is_comment())

Reply via email to