diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-29 00:24:36 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-29 00:27:16 +0200 |
commit | f2578bec53c82b5456e5175347b1c0793e58bce9 (patch) | |
tree | c702ef0b944becb06be1c3ca29091bda719eb82b /sal | |
parent | 78f81fdadbb2e1f461e8dd3edd2e79f139f94206 (diff) |
next test -> unotest change
Diffstat (limited to 'sal')
-rw-r--r-- | sal/CppunitTest_sal_osl_pipe.mk | 2 | ||||
-rw-r--r-- | sal/qa/osl/pipe/osl_Pipe.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/CppunitTest_sal_osl_pipe.mk b/sal/CppunitTest_sal_osl_pipe.mk index c0a0b29655b5..270610083b63 100644 --- a/sal/CppunitTest_sal_osl_pipe.mk +++ b/sal/CppunitTest_sal_osl_pipe.mk @@ -34,7 +34,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_pipe, \ $(eval $(call gb_CppunitTest_add_linked_libs,sal_osl_pipe, \ sal \ - test \ + unotest \ $(gb_STDLIBS) \ )) diff --git a/sal/qa/osl/pipe/osl_Pipe.cxx b/sal/qa/osl/pipe/osl_Pipe.cxx index 8ebfe581f71b..210cbeaea124 100644 --- a/sal/qa/osl/pipe/osl_Pipe.cxx +++ b/sal/qa/osl/pipe/osl_Pipe.cxx @@ -37,7 +37,7 @@ #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "test/uniquepipename.hxx" +#include "unotest/uniquepipename.hxx" #include <sal/types.h> #include <rtl/ustring.hxx> |