Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
98e7faee
Kaydet (Commit)
98e7faee
authored
Kas 15, 2013
tarafından
Muthu Subramanian
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#71581: Fix unit test cases.
üst
a3886c52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ooxmlexport.cxx
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+2
-2
No files found.
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Dosyayı görüntüle @
98e7faee
...
@@ -1648,7 +1648,7 @@ DECLARE_OOXML_TEST(testVMLData, "TestVMLData.docx")
...
@@ -1648,7 +1648,7 @@ DECLARE_OOXML_TEST(testVMLData, "TestVMLData.docx")
// The problem was exporter was exporting vml data for shape in w:rPr element.
// The problem was exporter was exporting vml data for shape in w:rPr element.
// vml data shoud not come under w:rPr element.
// vml data shoud not come under w:rPr element.
xmlDocPtr
pXmlDoc
=
parseExport
(
"word/header1.xml"
);
xmlDocPtr
pXmlDoc
=
parseExport
(
"word/header1.xml"
);
CPPUNIT_ASSERT
(
getXPath
(
pXmlDoc
,
"/w:hdr/w:p/w:r/w:pict/v:
shape
"
,
"stroked"
).
match
(
"f"
));
CPPUNIT_ASSERT
(
getXPath
(
pXmlDoc
,
"/w:hdr/w:p/w:r/w:pict/v:
rect
"
,
"stroked"
).
match
(
"f"
));
}
}
DECLARE_OOXML_TEST
(
testImageData
,
"image_data.docx"
)
DECLARE_OOXML_TEST
(
testImageData
,
"image_data.docx"
)
...
@@ -1656,7 +1656,7 @@ DECLARE_OOXML_TEST(testImageData, "image_data.docx")
...
@@ -1656,7 +1656,7 @@ DECLARE_OOXML_TEST(testImageData, "image_data.docx")
// The problem was exporter was exporting v:imagedata data for shape in w:pict as v:fill w element.
// The problem was exporter was exporting v:imagedata data for shape in w:pict as v:fill w element.
xmlDocPtr
pXmlDoc
=
parseExport
(
"word/header1.xml"
);
xmlDocPtr
pXmlDoc
=
parseExport
(
"word/header1.xml"
);
CPPUNIT_ASSERT
(
getXPath
(
pXmlDoc
,
"/w:hdr/w:p/w:r/w:pict/v:
shape
/v:imagedata"
,
"detectmouseclick"
).
match
(
"t"
));
CPPUNIT_ASSERT
(
getXPath
(
pXmlDoc
,
"/w:hdr/w:p/w:r/w:pict/v:
rect
/v:imagedata"
,
"detectmouseclick"
).
match
(
"t"
));
}
}
DECLARE_OOXML_TEST
(
testImageCrop
,
"ImageCrop.docx"
)
DECLARE_OOXML_TEST
(
testImageCrop
,
"ImageCrop.docx"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment