diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-19 21:01:05 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-19 21:08:52 +0100 |
commit | 9b27d39081379aefbd8e1636088bf7eee3216ae3 (patch) | |
tree | 05c4cd104488a35f03b076592e114d1e3fdecdba /unotest/inc | |
parent | 1234d599d4ee67bd725f0513431b2d4c56c9e09d (diff) |
finish sd's regression test
Implemented a simple character based comparison of the exported file and
the reference file
Diffstat (limited to 'unotest/inc')
-rw-r--r-- | unotest/inc/unotest/bootstrapfixturebase.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unotest/inc/unotest/bootstrapfixturebase.hxx b/unotest/inc/unotest/bootstrapfixturebase.hxx index 6176f057a368..6e9af912f40a 100644 --- a/unotest/inc/unotest/bootstrapfixturebase.hxx +++ b/unotest/inc/unotest/bootstrapfixturebase.hxx @@ -78,6 +78,12 @@ public: // return a URL to a given c-str path from the source directory ::rtl::OUString getURLFromSrc( const char *pPath ); + // return a Path to a given c-str path from the source directory + ::rtl::OUString getPathFromSrc( const char *pPath ); + + // return a Path to a given c-str path from the solver directory + ::rtl::OUString getPathFromSolver( const char *pPath ); + virtual void setUp(); virtual void tearDown(); |