diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-11-07 00:15:27 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-11-15 17:43:14 +0100 |
commit | f1c45fad02ee12937b4e80dfac3db5f97ea9dbc9 (patch) | |
tree | 72de3a1c964993471cf4d23a6b0282bf3dba92ea /slideshow/test/testshape.cxx | |
parent | f37609830b20839ce2a4c9aee0ec57435d5112a2 (diff) |
Make slideshow unittest work again
Well, it still fails. But for all the right reasons.
Diffstat (limited to 'slideshow/test/testshape.cxx')
-rw-r--r-- | slideshow/test/testshape.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/slideshow/test/testshape.cxx b/slideshow/test/testshape.cxx index 92fd95d466d4..9bf39cc0ce8a 100644 --- a/slideshow/test/testshape.cxx +++ b/slideshow/test/testshape.cxx @@ -26,7 +26,10 @@ * ************************************************************************/ -#include <testshl/simpleheader.hxx> +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> + #include <cppuhelper/compbase1.hxx> #include <cppuhelper/basemutex.hxx> #include <comphelper/make_shared_from_uno.hxx> |