From 9b27d39081379aefbd8e1636088bf7eee3216ae3 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 19 Jan 2012 21:01:05 +0100 Subject: finish sd's regression test Implemented a simple character based comparison of the exported file and the reference file --- unotest/source/cpp/bootstrapfixturebase.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'unotest/source') diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx index ca04b302d1aa..907535e887f5 100644 --- a/unotest/source/cpp/bootstrapfixturebase.cxx +++ b/unotest/source/cpp/bootstrapfixturebase.cxx @@ -77,6 +77,16 @@ test::BootstrapFixtureBase::~BootstrapFixtureBase() return m_aSrcRootURL + rtl::OUString::createFromAscii( pPath ); } +::rtl::OUString test::BootstrapFixtureBase::getPathFromSrc( const char *pPath ) +{ + return m_aSrcRootPath + rtl::OUString::createFromAscii( pPath ); +} + +::rtl::OUString test::BootstrapFixtureBase::getPathFromSolver( const char *pPath ) +{ + return m_aSolverRootPath + rtl::OUString::createFromAscii( pPath ); +} + void test::BootstrapFixtureBase::setUp() { // set UserInstallation to user profile dir in test/user-template -- cgit v1.2.3