[Lxml-checkins] r43883 - lxml/branch/html/src/lxml/tests
ianb at codespeak.net
ianb at codespeak.net
Tue May 29 22:34:41 CEST 2007
Author: ianb
Date: Tue May 29 22:34:41 2007
New Revision: 43883
Modified:
lxml/branch/html/src/lxml/tests/test_etree.py
Log:
fix test typo
Modified: lxml/branch/html/src/lxml/tests/test_etree.py
==============================================================================
--- lxml/branch/html/src/lxml/tests/test_etree.py (original)
+++ lxml/branch/html/src/lxml/tests/test_etree.py Tue May 29 22:34:41 2007
@@ -410,6 +410,7 @@
def test_entity_append(self):
Entity = self.etree.Entity
Element = self.etree.Element
+ tostring = self.etree.tostring
root = Element("root")
root.append( Entity("test") )
More information about the lxml-checkins
mailing list