Revision: 2470
Author: janne.t.harkonen
Date: Thu Feb 18 04:04:31 2010
Log: Fix test name
http://code.google.com/p/robotframework/source/detail?r=2470
Modified:
/trunk/utest/output/test_readers.py
=======================================
--- /trunk/utest/output/test_readers.py Thu Feb 18 04:04:23 2010
+++ /trunk/utest/output/test_readers.py Thu Feb 18 04:04:31 2010
@@ -12,7 +12,7 @@
class TestBaseReader(unittest.TestCase):
- def test_missing_statistics_tag(self):
+ def test_missing_status_tag(self):
reader = _BaseReader(DomWrapper(string=data))
assert_equals(reader.status, 'FAIL')
assert_equals(reader.starttime, 'N/A')