Kaydet (Commit) 82861c56 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Properly cover in #ifdef TIMETESTS

Change-Id: Iff8f992e5260150b9ba108698b506f5a9ec7dea2
üst 1fc26b81
...@@ -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>
......
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