Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5121)

Issue 245850043: fix failing lxml based docbook tests, partially fix 369 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 10 months ago by RogerHaase
Modified:
8 years, 10 months ago
Reviewers:
Visibility:
Public.

Description

fix failing lxml based docbook tests, partially fix #369

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -15 lines) Patch
M MoinMoin/converter/_tests/test_docbook_in.py View 4 chunks +19 lines, -12 lines 2 comments Download
M MoinMoin/converter/docbook_in.py View 2 chunks +4 lines, -3 lines 1 comment Download

Messages

Total messages: 1
RogerHaase
8 years, 10 months ago (2015-06-12 16:06:12 UTC) #1
https://codereview.appspot.com/245850043/diff/40001/MoinMoin/converter/_tests...
File MoinMoin/converter/_tests/test_docbook_in.py (right):

https://codereview.appspot.com/245850043/diff/40001/MoinMoin/converter/_tests...
MoinMoin/converter/_tests/test_docbook_in.py:342:
'/page/body/div/div[@html:class="db-mediaobject"]/span/object[@xlink:href="+get/figures/eiffeltower.png"][@type="image/png"]'),
above tests were just missing +get/

https://codereview.appspot.com/245850043/diff/40001/MoinMoin/converter/_tests...
MoinMoin/converter/_tests/test_docbook_in.py:409:
u'/page/body/div/p/span[@html:class="db-trademark"][text()="Foo Bar\u2122"]'),
added tests for other types of trademarks

https://codereview.appspot.com/245850043/diff/40001/MoinMoin/converter/docboo...
File MoinMoin/converter/docbook_in.py (right):

https://codereview.appspot.com/245850043/diff/40001/MoinMoin/converter/docboo...
MoinMoin/converter/docbook_in.py:986: 'registered': u'\xae',  # u'®',
changed to \x.. to be consistent with tests
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b