Kaydet (Commit) 9222f3c2 authored tarafından Miklos Vajna's avatar Miklos Vajna

Try to fix MacOSX-10.8_21-10.7SDK build

Change-Id: I459098f3a9eeef21f63b324fc600aa51c7acdb0b
üst 93410b5b
...@@ -1529,7 +1529,7 @@ DECLARE_OOXMLEXPORT_TEST(testLockedCanvas, "fdo78658.docx") ...@@ -1529,7 +1529,7 @@ DECLARE_OOXMLEXPORT_TEST(testLockedCanvas, "fdo78658.docx")
if (!pXmlDoc) if (!pXmlDoc)
return; return;
// Checking for lockedCanvas tag // Checking for lockedCanvas tag
assertXPath(pXmlDoc, "//lc:lockedCanvas[1]", 1); assertXPath(pXmlDoc, "/w:document/w:body/w:p/w:r/mc:AlternateContent/mc:Choice/w:drawing/wp:inline/a:graphic/a:graphicData/lc:lockedCanvas", 1);
} }
DECLARE_OOXMLEXPORT_TEST(fdo78474, "fdo78474.docx") DECLARE_OOXMLEXPORT_TEST(fdo78474, "fdo78474.docx")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment