@@ -96,7 +96,7 @@ def revision_set_fixture(self, request):
9696 return core_properties , value , expected_xml
9797
9898 @pytest .fixture (params = [
99- ('author' , 'python-pptx ' ),
99+ ('author' , 'python-docx ' ),
100100 ('category' , '' ),
101101 ('comments' , '' ),
102102 ('content_status' , 'DRAFT' ),
@@ -105,7 +105,7 @@ def revision_set_fixture(self, request):
105105 ('language' , 'US-EN' ),
106106 ('last_modified_by' , 'Steve Canny' ),
107107 ('subject' , 'Spam' ),
108- ('title' , 'Presentation ' ),
108+ ('title' , 'Word Document ' ),
109109 ('version' , '1.2.88' ),
110110 ])
111111 def text_prop_get_fixture (self , request , core_properties ):
@@ -162,7 +162,7 @@ def core_properties(self):
162162 b'itype/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="h'
163163 b'ttp://www.w3.org/2001/XMLSchema-instance">\n '
164164 b' <cp:contentStatus>DRAFT</cp:contentStatus>\n '
165- b' <dc:creator>python-pptx </dc:creator>\n '
165+ b' <dc:creator>python-docx </dc:creator>\n '
166166 b' <dcterms:created xsi:type="dcterms:W3CDTF">2012-11-17T11:07:'
167167 b'40-05:30</dcterms:created>\n '
168168 b' <dc:description/>\n '
@@ -173,7 +173,7 @@ def core_properties(self):
173173 b' <cp:lastModifiedBy>Steve Canny</cp:lastModifiedBy>\n '
174174 b' <cp:revision>4</cp:revision>\n '
175175 b' <dc:subject>Spam</dc:subject>\n '
176- b' <dc:title>Presentation </dc:title>\n '
176+ b' <dc:title>Word Document </dc:title>\n '
177177 b' <cp:version>1.2.88</cp:version>\n '
178178 b'</cp:coreProperties>\n '
179179 )
0 commit comments