@@ -56,7 +56,7 @@ def delete_fixture(self):
56
56
return latent_style , latent_styles , expected_xml
57
57
58
58
@pytest .fixture (params = [
59
- ('w:lsdException{w:name=Foobar }' , 'Foobar ' ),
59
+ ('w:lsdException{w:name=heading 1 }' , 'Heading 1 ' ),
60
60
])
61
61
def name_get_fixture (self , request ):
62
62
lsdException_cxml , expected_value = request .param
@@ -194,8 +194,8 @@ def it_can_change_its_boolean_properties(self, bool_prop_set_fixture):
194
194
@pytest .fixture
195
195
def add_fixture (self ):
196
196
latent_styles = LatentStyles (element ('w:latentStyles' ))
197
- name = 'Foobar '
198
- expected_xml = xml ('w:latentStyles/w:lsdException{w:name=Foobar }' )
197
+ name = 'Heading 1 '
198
+ expected_xml = xml ('w:latentStyles/w:lsdException{w:name=heading 1 }' )
199
199
return latent_styles , name , expected_xml
200
200
201
201
@pytest .fixture (params = [
@@ -261,6 +261,7 @@ def count_set_fixture(self, request):
261
261
('w:lsdException{w:name=Ab},w:lsdException,w:lsdException' , 'Ab' , 0 ),
262
262
('w:lsdException,w:lsdException{w:name=Cd},w:lsdException' , 'Cd' , 1 ),
263
263
('w:lsdException,w:lsdException,w:lsdException{w:name=Ef}' , 'Ef' , 2 ),
264
+ ('w:lsdException{w:name=heading 1}' , 'Heading 1' , 0 ),
264
265
])
265
266
def getitem_fixture (self , request ):
266
267
cxml , name , idx = request .param
0 commit comments