[Lxml-checkins] r33869 - lxml/trunk/src/lxml/tests
scoder at codespeak.net
scoder at codespeak.net
Mon Oct 30 10:49:07 CET 2006
Author: scoder
Date: Mon Oct 30 10:49:06 2006
New Revision: 33869
Modified:
lxml/trunk/src/lxml/tests/test_xslt.py
Log:
renamed test case
Modified: lxml/trunk/src/lxml/tests/test_xslt.py
==============================================================================
--- lxml/trunk/src/lxml/tests/test_xslt.py (original)
+++ lxml/trunk/src/lxml/tests/test_xslt.py Mon Oct 30 10:49:06 2006
@@ -205,7 +205,7 @@
''',
st.tostring(res))
- def test_xslt_parameter_fail(self):
+ def test_xslt_parameter_missing(self):
# apply() without needed parameter will lead to XSLTApplyError
tree = self.parse('<a><b>B</b><c>C</c></a>')
style = self.parse('''\
More information about the lxml-checkins
mailing list