changeset 383:9f5a34ac1d90

Fix duplicate unit test name reported in #83.
author cmlenz
date Mon, 04 Dec 2006 18:26:14 +0000
parents d7da3fba7faf
children 1596045ff0f3
files genshi/tests/input.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/genshi/tests/input.py
+++ b/genshi/tests/input.py
@@ -212,7 +212,7 @@
         self.assertEqual((Stream.END, 'b'), events[5][:2])
         self.assertEqual((Stream.END, 'span'), events[6][:2])
 
-    def test_out_of_order_tags1(self):
+    def test_out_of_order_tags3(self):
         text = '<span><b>Foobar</i>'
         events = list(HTMLParser(StringIO(text)))
         self.assertEqual(5, len(events))
Copyright (C) 2012-2017 Edgewall Software