Revision: ee0c6011343b
Author:   Robot Framework Developers <[email protected]>
Date:     Fri Jan 20 03:07:02 2012
Log:      extractortest: no more empty line
http://code.google.com/p/robotframework/source/detail?r=ee0c6011343b

Modified:
 /utest/writer/test_extractor.py

=======================================
--- /utest/writer/test_extractor.py     Fri Jan 20 03:06:10 2012
+++ /utest/writer/test_extractor.py     Fri Jan 20 03:07:02 2012
@@ -46,4 +46,4 @@
         t.add_step(['No op'])
         extractor = DataExtractor(want_name_on_first_content_row=True)
         assert_equals(list(extractor.rows_from_indented_table(table)),
-                      [['Test', 'No op'], []])
+                      [['Test', 'No op']])

Reply via email to