</sem>
<sem type="object" object="skrzydło">
<div type="area" x1="94" y1="148" x2="139" y2="205"/>
- <div type="area" x1="209" y1="152" x2="252" y2="1041"/>
+ <!--div type="area" x1="209" y1="152" x2="252" y2="1041"/-->
</sem>
</picture>
def test_picture_parts():
wlp = picture.WLPicture.from_file(open(get_fixture('picture', 'angelus-novus.xml')))
parts = list(wlp.partiter())
- assert len(parts) == 5, "there should be %d parts of the picture" % 5
+ expect_parts = 4
+ assert len(parts) == expect_parts, "there should be %d parts of the picture" % expect_parts
motifs = set()
names = set()