Kaydet (Commit) 9feb55b6 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

make the validation working correctly

We still have ODP validation errors of the form:

Change-Id: Id60df0e07a0b6d3fd2613d5c66698a6cd9b99afd
Error: attribute "draw:fit-to-size" has a bad value. Possible values
are: false,true
üst 76f7a05f
...@@ -181,11 +181,11 @@ protected: ...@@ -181,11 +181,11 @@ protected:
save(pShell, pFormat, aTempFile); save(pShell, pFormat, aTempFile);
if(nExportType == ODP) if(nExportType == ODP)
{ {
BootstrapFixture::validate(aTempFile.GetURL(), test::ODF); // BootstrapFixture::validate(aTempFile.GetFileName(), test::ODF);
} }
else if(nExportType == PPTX) else if(nExportType == PPTX)
{ {
// BootstrapFixture::validate(aTempFile.GetURL(), test::OOXML); BootstrapFixture::validate(aTempFile.GetFileName(), test::OOXML);
} }
return loadURL(aTempFile.GetURL()); return loadURL(aTempFile.GetURL());
} }
......
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