diff options
author | Noel Power <noel.power@novell.com> | 2011-10-27 17:11:26 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-10-27 17:13:22 +0100 |
commit | ed6b0d6bb1fd6344e68a04e833214c6399df7c50 (patch) | |
tree | f4e8a12a9c2346a8ca66d9dbfaa4b2ccf3e31cb9 /unotest/inc | |
parent | d3c18a6436e5e27f9d229a3b80a25d61d599461f (diff) |
deliver test/user-template/user to solver, unittests will use new user dir
Please enter the commit message for your changes. Lines starting
Diffstat (limited to 'unotest/inc')
-rw-r--r-- | unotest/inc/unotest/bootstrapfixturebase.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unotest/inc/unotest/bootstrapfixturebase.hxx b/unotest/inc/unotest/bootstrapfixturebase.hxx index 6edd3f5b5643..6176f057a368 100644 --- a/unotest/inc/unotest/bootstrapfixturebase.hxx +++ b/unotest/inc/unotest/bootstrapfixturebase.hxx @@ -56,6 +56,8 @@ class OOO_DLLPUBLIC_UNOTEST BootstrapFixtureBase : public CppUnit::TestFixture protected: ::rtl::OUString m_aSrcRootURL; ::rtl::OUString m_aSrcRootPath; + ::rtl::OUString m_aSolverRootURL; + ::rtl::OUString m_aSolverRootPath; com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> m_xContext; com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> m_xSFactory; |