diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2011-01-05 17:22:00 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2011-01-05 17:22:00 +0100 |
commit | 37b4f602469194b4948be6e23a9dcfc7cf328f27 (patch) | |
tree | 9e756c2e1e3fed19eee20cb059ec002655b1a1ae /sfx2/qa/cppunit | |
parent | e8b6afc4c46878bed6ac17b08985c018bb6d28a2 (diff) |
gnumake3: first cppunit test in new build system
Diffstat (limited to 'sfx2/qa/cppunit')
-rw-r--r-- | sfx2/qa/cppunit/test_metadatable.cxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sfx2/qa/cppunit/test_metadatable.cxx b/sfx2/qa/cppunit/test_metadatable.cxx index 6a0be13a9c53..9930d61acf20 100644 --- a/sfx2/qa/cppunit/test_metadatable.cxx +++ b/sfx2/qa/cppunit/test_metadatable.cxx @@ -25,15 +25,7 @@ * ************************************************************************/ -#include "precompiled_sfx2.hxx" - -#include "preextstl.h" -#include <cppunit/TestAssert.h> -#include <cppunit/TestFixture.h> -#include <cppunit/extensions/HelperMacros.h> -#include <cppunit/plugin/TestPlugIn.h> -#include "postextstl.h" - +#include <sal/cppunit.h> #include <rtl/ustrbuf.hxx> #include <com/sun/star/util/DateTime.hpp> |