diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-27 08:01:49 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-27 08:22:39 +0100 |
commit | 6c8f7589de3da0018c3136aeb6ba3a2f5aa91aa7 (patch) | |
tree | ceee14671aa528605bcbf7d9c7149e656dcb63b7 /unotest/prj | |
parent | 9fceb2fc1054013f93654bd2d62a85d996727bf4 (diff) |
create a base class for macros_test
For tests that need file import you can now choose between FiltersTest
or MacrosTest as base class.
FiltersTest imports through SfxObjectShell and does not have any ui
MacrosTest imports through Desktop::LoadComponentFromURL and initializes
the ui, therefore it needs to run headless
Diffstat (limited to 'unotest/prj')
-rw-r--r-- | unotest/prj/d.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unotest/prj/d.lst b/unotest/prj/d.lst index 37fbe17f5c79..c33349133171 100644 --- a/unotest/prj/d.lst +++ b/unotest/prj/d.lst @@ -12,6 +12,7 @@ mkdir: %_DEST%\inc\unotest\detail ..\inc\unotest\detail\unotestdllapi.hxx %_DEST%\inc\unotest\detail\unotestdllapi.hxx ..\inc\unotest\bootstrapfixturebase.hxx %_DEST%\inc\unotest\bootstrapfixturebase.hxx ..\inc\unotest\filters-test.hxx %_DEST%\inc\unotest\filters-test.hxx +..\inc\unotest\macros_test.hxx %_DEST%\inc\unotest\macros_test.hxx ..\inc\unotest\gettestargument.hxx %_DEST%\inc\unotest\gettestargument.hxx ..\inc\unotest\officeconnection.hxx %_DEST%\inc\unotest\officeconnection.hxx ..\inc\unotest\toabsolutefileurl.hxx %_DEST%\inc\unotest\toabsolutefileurl.hxx |