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
311a80e0
Kaydet (Commit)
311a80e0
authored
Tem 09, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#65932 testcase
Change-Id: I7105b85f063be801caa3cd397fcdfa24e74caa28
üst
36e0cd5d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
0 deletions
+50
-0
CppunitTest_sw_filters_test.mk
sw/CppunitTest_sw_filters_test.mk
+1
-0
fdo65932.html
sw/qa/core/data/html/pass/fdo65932.html
+45
-0
filters-test.cxx
sw/qa/core/filters-test.cxx
+4
-0
No files found.
sw/CppunitTest_sw_filters_test.mk
Dosyayı görüntüle @
311a80e0
...
@@ -62,6 +62,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
...
@@ -62,6 +62,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
forms/util/frm \
forms/util/frm \
framework/util/fwk \
framework/util/fwk \
i18npool/util/i18npool \
i18npool/util/i18npool \
linguistic/source/lng \
oox/util/oox \
oox/util/oox \
package/source/xstor/xstor \
package/source/xstor/xstor \
package/util/package2 \
package/util/package2 \
...
...
sw/qa/core/data/html/pass/fdo65932.html
0 → 100644
Dosyayı görüntüle @
311a80e0
<html
lang=
"en"
xmlns=
"http://www.w3.org/1999/xhtml"
>
<body
class=
"en file-preview-body shmodel-body deferred-resources pdf-preview-pdf-embedded"
>
<div
id=
"outer-frame"
>
<div
id=
"page-content"
>
<div
class=
"nav-header"
>
<div
class=
"buttons"
>
<a
id=
"create-an-account-button"
href=
"/register?signup_tag=shmodel"
target=
"_blank"
class=
"freshbutton-lightblue"
>
Sign up for Dropbox
</a>
</div>
</div>
<div
style=
"display: none;"
id=
"c2d-modal"
>
<div
id=
"create-account-content"
>
<div>
<form
novalidate=
"novalidate"
id=
"c2d-register-form"
method=
"post"
>
<input
type=
"hidden"
name=
"signup_tag"
value=
"copy_to_dropbox"
/>
<input
type=
"hidden"
name=
"dl_redir"
value=
"1"
/>
</form>
</div>
</div>
<div
style=
"display:none;"
id=
"login-account-content"
>
<div
style=
"display: none;"
id=
"c2d-twofactor-login"
>
<form
novalidate=
"novalidate"
id=
"c2d-twofactor-login-form"
method=
"post"
>
<div
id=
"c2d-twofactor-error"
class=
"error-message"
></div>
<div
class=
"sick-input"
>
<label
for=
"email"
>
6-digit code
</label>
<input
autocomplete=
"off"
type=
"text"
id=
"c2d-twofactor-code"
name=
"twofactor_code"
tabindex=
"13"
/>
</div>
<input
name=
"twofactor_login_submit"
value=
"Submit code"
class=
"freshbutton-blue"
type=
"submit"
id=
"twofactor_login_submit"
tabindex=
"15"
/>
<p
class=
"resend-code"
>
<a
id=
"c2d-resend-link"
>
Didn't receive one?
</a>
</p>
</form>
</div>
</div>
</div>
<noscript>
<p
class=
"center"
>
The Dropbox website requires JavaScript.
</p>
</noscript>
</div>
<div
style=
"position: absolute; top: 0; left: 0; font-family: Courier"
id=
"ieconsole"
></div>
<div
style=
"position:absolute; top:-10000px;width:0px; height:0px; left: 0;"
id=
"FB_HiddenContainer"
></div>
<div
style=
"display:none;"
id=
"notice-container"
class=
"clearfix"
></div>
</body>
</html>
sw/qa/core/filters-test.cxx
Dosyayı görüntüle @
311a80e0
...
@@ -117,6 +117,10 @@ void SwFiltersTest::testCVEs()
...
@@ -117,6 +117,10 @@ void SwFiltersTest::testCVEs()
getURLFromSrc
(
"/sw/qa/core/data/rtf/"
),
getURLFromSrc
(
"/sw/qa/core/data/rtf/"
),
OUString
(),
OUString
(),
SFX_FILTER_STARONEFILTER
);
SFX_FILTER_STARONEFILTER
);
testDir
(
OUString
(
"HTML"
),
getURLFromSrc
(
"/sw/qa/core/data/html/"
),
OUString
(
sHTML
));
}
}
void
SwFiltersTest
::
setUp
()
void
SwFiltersTest
::
setUp
()
...
...
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