diff --git a/integrator/README.txt b/integrator/README.txt index 2b9c67d..ce40033 100644 --- a/integrator/README.txt +++ b/integrator/README.txt @@ -223,7 +223,6 @@ Extracting Document Properties from MS Office Files >>> tOfficeFile = concepts['officefile'] >>> path = os.path.join(dataDir, 'office') >>> fn = os.path.join(path, 'example.docx') - >>> shutil.copy(fn + '.sav', fn) >>> os.path.getsize(fn) 20337L @@ -237,6 +236,9 @@ Extracting Document Properties from MS Office Files >>> len(content) 17409 + Clean up: + >>> shutil.copy(fn + '.sav', fn) + Fin de partie ============= diff --git a/integrator/testdata/office/example.docx b/integrator/testdata/office/example.docx index 37b5a5b..0ab00cb 100644 Binary files a/integrator/testdata/office/example.docx and b/integrator/testdata/office/example.docx differ