diff options
author | Lars Langhans <lla@openoffice.org> | 2010-06-28 12:54:49 +0200 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2010-06-28 12:54:49 +0200 |
commit | 1e403838eea9f2a13692574cb50441c01f8a6948 (patch) | |
tree | e67b17a35eddd67b6205e77b2bdc8a99c099eca1 /framework/prj | |
parent | a5b90aef59991be1c4436ce8bafdc7b1bf45f949 (diff) |
sb123:#i111449# cleanups in framework for qa/complex tests
Diffstat (limited to 'framework/prj')
-rw-r--r-- | framework/prj/build.lst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/framework/prj/build.lst b/framework/prj/build.lst index 5c745e09077d..72adda8dde70 100644 --- a/framework/prj/build.lst +++ b/framework/prj/build.lst @@ -21,3 +21,33 @@ fr framework\source\accelerators nmake - all fr_accelerators fr_t fr framework\source\tabwin nmake - all fr_tabwin fr_threadhelp fr_inc NULL fr framework\util nmake - all fr_util fr_constant fr_threadhelp fr_classes fr_loadenv fr_jobs fr_interaction fr_helper fr_dispatch fr_services fr_register fr_recording fr_layoutmanager fr_uielement fr_uifactory fr_xml fr_uiconfiguration fr_accelerators fr_tabwin NULL fr framework\qa\unoapi nmake - all fr_qa_unoapi NULL + +# complex tests +fr framework\qa\complex\ModuleManager nmake - all fr_qa_complex_modulemanager NULL +fr framework\qa\complex\XUserInputInterception nmake - all fr_qa_complex_xuserinputinterception NULL +fr framework\qa\complex\accelerators\helper nmake - all fr_qa_complex_accel_helper NULL +fr framework\qa\complex\accelerators nmake - all fr_qa_complex_accel fr_qa_complex_accel_helper NULL + +# unclear should be remove +# fr framework\qa\complex\api_internal nmake - all fr_qa_complex_api_internal NULL +# BUG! opens an error box +fr framework\qa\complex\broken_document nmake - all fr_qa_complex_broken_doc NULL +fr framework\qa\complex\desktop nmake - all fr_qa_complex_desktop NULL +fr framework\qa\complex\dispatches\helper nmake - all fr_qa_complex_dispatches_helper NULL +fr framework\qa\complex\dispatches nmake - all fr_qa_complex_dispatches fr_qa_complex_dispatches_helper NULL +fr framework\qa\complex\disposing nmake - all fr_qa_complex_disposing NULL +fr framework\qa\complex\framework\autosave nmake - all fr_qa_complex_framework_autosave NULL + +# much too complex, will not change to new junit +# fr framework\qa\complex\framework\recovery nmake - all fr_qa_complex_framework_recovery NULL + +fr framework\qa\complex\imageManager\interfaces nmake - all fr_qa_complex_imageManager_interfaces NULL +fr framework\qa\complex\imageManager nmake - all fr_qa_complex_imageManager fr_qa_complex_imageManager_interfaces NULL + +fr framework\qa\complex\loadAllDocuments\helper nmake - all fr_qa_complex_loadAllDocuments_helper NULL +fr framework\qa\complex\loadAllDocuments nmake - all fr_qa_complex_loadAllDocuments fr_qa_complex_loadAllDocuments_helper NULL + +# need cleanups +# fr framework\qa\complex\path_settings nmake - all fr_qa_complex_path_settings NULL +# fr framework\qa\complex\path_substitution nmake - all fr_qa_complex_path_substitution NULL + |