// and headers added: doc now contains 2 x headers, 0 x footers, endnotes, and footnotes
// Interesting that the number of header parts is reduced (and content of header1.xml changed)
log.warn("\ntestHeaderAddedSection2\n");
WordprocessingMLPackage thisPackage = WordprocessingMLPackage.load(
new java.io.File(resourceDir + "header-section2.docx"));
WordprocessingMLPackage otherPackage = WordprocessingMLPackage.load(
new java.io.File(resourceDir + "header-simple.docx"));
Alterations alterations = AlteredParts.start(thisPackage, otherPackage);
Patcher.apply(otherPackage, alterations);