Revision: 71a4552565cf
Author:   Janne Härkönen <[email protected]>
Date:     Mon Nov 28 03:12:40 2011
Log:      Fixzed, part II
http://code.google.com/p/robotframework/source/detail?r=71a4552565cf

Modified:
 /utest/utils/test_xmlsource.py

=======================================
--- /utest/utils/test_xmlsource.py      Mon Nov 28 01:15:14 2011
+++ /utest/utils/test_xmlsource.py      Mon Nov 28 03:12:40 2011
@@ -26,7 +26,7 @@
         fname = os.path.splitext(__file__)[0] + '.py'
         source = XmlSource(open(fname))
         with source as src:
-            assert_true(src.read().startswith('import'))
+            assert_true(src.read().startswith('from __future__'))
         assert_true(src.closed is False)
         self._verify_string_representation(source, fname)

Reply via email to