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
a4ef3f4e
Kaydet (Commit)
a4ef3f4e
authored
Agu 24, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clean up output
Change-Id: I4fbcd03e4af82ba8e3697651ddce92ba0ba450a6
üst
82fb80ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
filters-test.cxx
unotest/source/cpp/filters-test.cxx
+3
-4
No files found.
unotest/source/cpp/filters-test.cxx
Dosyayı görüntüle @
a4ef3f4e
...
...
@@ -122,7 +122,7 @@ void FiltersTest::recursiveScan(filterStatus nExpected,
//output name early, so in the case of a hang, the name of
//the hanging input file is visible
fprintf
(
stderr
,
"
%s,
"
,
aRes
.
getStr
());
fprintf
(
stderr
,
"
Testing %s:
\n
"
,
aRes
.
getStr
());
sal_uInt32
nStartTime
=
osl_getGlobalTimer
();
bool
bRes
;
if
(
!
bExport
)
...
...
@@ -136,8 +136,8 @@ void FiltersTest::recursiveScan(filterStatus nExpected,
if
(
bEncrypted
)
CPPUNIT_ASSERT_EQUAL
(
osl
::
FileBase
::
E_None
,
osl
::
File
::
remove
(
sTmpFile
));
fprintf
(
stderr
,
"
%s,%"
SAL_PRIuUINT32
"
\n
"
,
bRes
?
"Pass"
:
"Fail"
,
nEndTime
-
nStartTime
);
fprintf
(
stderr
,
"
Tested %s: %s (%"
SAL_PRIuUINT32
"ms)
\n
"
,
aRes
.
getStr
(),
bRes
?
"Pass"
:
"Fail"
,
nEndTime
-
nStartTime
);
if
(
nExpected
==
test
::
indeterminate
)
continue
;
filterStatus
nResult
=
bRes
?
test
::
pass
:
test
::
fail
;
...
...
@@ -151,7 +151,6 @@ void FiltersTest::testDir(const OUString &rFilter,
SfxFilterFlags
nFilterFlags
,
SotClipboardFormatId
nClipboardID
,
unsigned
int
nFilterVersion
,
bool
bExport
)
{
fprintf
(
stderr
,
"File tested,Test Result,Execution tools::Time (ms)
\n
"
);
recursiveScan
(
test
::
pass
,
rFilter
,
rURL
+
"pass"
,
rUserData
,
nFilterFlags
,
nClipboardID
,
nFilterVersion
,
bExport
);
...
...
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