From 4a09c5748f8f78891e8390e03cee1fd74a4168e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Sun, 11 Dec 2011 14:24:33 +0000 Subject: [PATCH] middle of porting; unstable, don't checkout, added xml check output; refs #1 --- test/auto_test.cxx | 2 ++ test/configfile_test.cxx | 2 ++ test/dynamiclibrary_test.cxx | 2 ++ test/exec_test.cxx | 2 ++ test/functiontrace_test.cxx | 2 ++ test/mrwautofunctiontracelog4cxx_test.cxx | 2 ++ test/mrwexclog4cxx_test.cxx | 2 ++ test/mrwexcstderr_test.cxx | 2 ++ test/regexp_test.cxx | 2 ++ test/smartpointer_test.cxx | 2 ++ test/stacktrace_test.cxx | 2 ++ test/stdext_test.cxx | 2 ++ test/string_test.cxx | 2 ++ test/tokenizer_test.cxx | 2 ++ 14 files changed, 28 insertions(+) diff --git a/test/auto_test.cxx b/test/auto_test.cxx index cab304b..f72e3e7 100644 --- a/test/auto_test.cxx +++ b/test/auto_test.cxx @@ -35,6 +35,8 @@ #include #include #include +#include +#include #include // open #include // strncpy #include // getenv diff --git a/test/configfile_test.cxx b/test/configfile_test.cxx index a2ffb0b..8a7f5bb 100644 --- a/test/configfile_test.cxx +++ b/test/configfile_test.cxx @@ -25,6 +25,8 @@ #include #include #include +#include +#include #include // getenv class ConfigFileTest: public CppUnit::TestFixture { diff --git a/test/dynamiclibrary_test.cxx b/test/dynamiclibrary_test.cxx index 8a7fe14..dabaa6a 100644 --- a/test/dynamiclibrary_test.cxx +++ b/test/dynamiclibrary_test.cxx @@ -22,6 +22,8 @@ #include #include #include +#include +#include class DynamicLibraryTest: public CppUnit::TestFixture { public: diff --git a/test/exec_test.cxx b/test/exec_test.cxx index becf63f..765ae82 100644 --- a/test/exec_test.cxx +++ b/test/exec_test.cxx @@ -45,6 +45,8 @@ #include #include #include +#include +#include #include #include diff --git a/test/functiontrace_test.cxx b/test/functiontrace_test.cxx index 6ec31a4..255ba3d 100644 --- a/test/functiontrace_test.cxx +++ b/test/functiontrace_test.cxx @@ -32,6 +32,8 @@ #include #include #include +#include +#include class A { public: diff --git a/test/mrwautofunctiontracelog4cxx_test.cxx b/test/mrwautofunctiontracelog4cxx_test.cxx index 72b244d..3e08db2 100644 --- a/test/mrwautofunctiontracelog4cxx_test.cxx +++ b/test/mrwautofunctiontracelog4cxx_test.cxx @@ -29,6 +29,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/test/mrwexclog4cxx_test.cxx b/test/mrwexclog4cxx_test.cxx index 7d96565..ff86c02 100644 --- a/test/mrwexclog4cxx_test.cxx +++ b/test/mrwexclog4cxx_test.cxx @@ -29,6 +29,8 @@ #include #include #include +#include +#include namespace mrw { class AutoExcLog4CxxTest: public CppUnit::TestFixture { diff --git a/test/mrwexcstderr_test.cxx b/test/mrwexcstderr_test.cxx index bc7cea4..e841cc2 100644 --- a/test/mrwexcstderr_test.cxx +++ b/test/mrwexcstderr_test.cxx @@ -28,6 +28,8 @@ #include #include #include +#include +#include namespace mrw { class AutoExcStderrTest: public CppUnit::TestFixture { diff --git a/test/regexp_test.cxx b/test/regexp_test.cxx index b25d651..3a10c10 100644 --- a/test/regexp_test.cxx +++ b/test/regexp_test.cxx @@ -25,6 +25,8 @@ #include #include #include +#include +#include class RegExpTest: public CppUnit::TestFixture { public: diff --git a/test/smartpointer_test.cxx b/test/smartpointer_test.cxx index 118362a..83a0214 100644 --- a/test/smartpointer_test.cxx +++ b/test/smartpointer_test.cxx @@ -28,6 +28,8 @@ #include #include #include +#include +#include #include class Content { diff --git a/test/stacktrace_test.cxx b/test/stacktrace_test.cxx index 13c8757..0eeae7e 100644 --- a/test/stacktrace_test.cxx +++ b/test/stacktrace_test.cxx @@ -17,6 +17,8 @@ #include #include #include +#include +#include namespace mrw { class StackTraceTest: public CppUnit::TestFixture { diff --git a/test/stdext_test.cxx b/test/stdext_test.cxx index 76a2a99..77490c2 100644 --- a/test/stdext_test.cxx +++ b/test/stdext_test.cxx @@ -33,6 +33,8 @@ #include #include #include +#include +#include class StdExtTest: public CppUnit::TestFixture { public: diff --git a/test/string_test.cxx b/test/string_test.cxx index 7d6baaa..9b2a350 100644 --- a/test/string_test.cxx +++ b/test/string_test.cxx @@ -21,6 +21,8 @@ #include #include #include +#include +#include class StringTest: public CppUnit::TestFixture { public: diff --git a/test/tokenizer_test.cxx b/test/tokenizer_test.cxx index d97bdaf..e7471a3 100644 --- a/test/tokenizer_test.cxx +++ b/test/tokenizer_test.cxx @@ -26,6 +26,8 @@ #include #include #include +#include +#include class TokenizerTest: public CppUnit::TestFixture { public: