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
82861c56
Kaydet (Commit)
82861c56
authored
Nis 03, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Properly cover in #ifdef TIMETESTS
Change-Id: Iff8f992e5260150b9ba108698b506f5a9ec7dea2
üst
1fc26b81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
cppunittester.cxx
sal/cppunittester/cppunittester.cxx
+2
-0
No files found.
sal/cppunittester/cppunittester.cxx
Dosyayı görüntüle @
82861c56
...
@@ -73,6 +73,7 @@ std::string convertLazy(rtl::OUString const & s16) {
...
@@ -73,6 +73,7 @@ std::string convertLazy(rtl::OUString const & s16) {
s8
.
getStr
(),
static_cast
<
std
::
string
::
size_type
>
(
s8
.
getLength
()));
s8
.
getStr
(),
static_cast
<
std
::
string
::
size_type
>
(
s8
.
getLength
()));
}
}
#if defined TIMETESTS
//Output how long each test took
//Output how long each test took
class
TimingListener
class
TimingListener
:
public
CppUnit
::
TestListener
:
public
CppUnit
::
TestListener
...
@@ -94,6 +95,7 @@ public:
...
@@ -94,6 +95,7 @@ public:
private
:
private
:
sal_uInt32
m_nStartTime
;
sal_uInt32
m_nStartTime
;
};
};
#endif
#ifdef UNX
#ifdef UNX
#include <stdlib.h>
#include <stdlib.h>
...
...
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