diff options
author | Lars Langhans <lla@openoffice.org> | 2010-07-23 12:20:26 +0200 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2010-07-23 12:20:26 +0200 |
commit | c32f1410f9dc305daa7ad589b1347026d5b13bd2 (patch) | |
tree | 4286dbca6d52600c4781435f7f96ef8db284d680 | |
parent | e6f7b669bf7ccf418388beaae132da435232605c (diff) |
sb123:#i111449# fix all run through problems for qa/complex tests
-rw-r--r-- | sot/prj/build.lst | 2 | ||||
-rw-r--r-- | toolkit/prj/build.lst | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sot/prj/build.lst b/sot/prj/build.lst index c4cbeb1363fb..a5ebff311e9c 100644 --- a/sot/prj/build.lst +++ b/sot/prj/build.lst @@ -7,4 +7,4 @@ to sot\source\sdstor nmake - all sot_sdst sot_inc NULL to sot\source\unoolestorage nmake - all sot_unoolestor sot_inc NULL to sot\util nmake - all sot_ut sot_base sot_sdst sot_unoolestor NULL -to sot\qa\complex\olesimplestorage nmake - all sot_complex sot_ut NULL +# to sot\qa\complex\olesimplestorage nmake - all sot_complex sot_ut NULL diff --git a/toolkit/prj/build.lst b/toolkit/prj/build.lst index 01eeaca0b6bf..c22df110654e 100644 --- a/toolkit/prj/build.lst +++ b/toolkit/prj/build.lst @@ -14,7 +14,10 @@ ti toolkit\util nmake - all ti_util ti_awt ti_controls ti_layout_core ti_h ti toolkit\qa\unoapi nmake - all ti_qa_unoapi NULL -ti toolkit\qa\complex\xunitconversion nmake - all ti_complex_conv ti_util NULL + +# fail on unxsoli4 +#ti toolkit\qa\complex\xunitconversion nmake - all ti_complex_conv ti_util NULL + # fails # ti toolkit\qa\complex\toolkit\interface_tests nmake - all ti_qa_complex_toolkit_interface_tests ti_util NULL # ti toolkit\qa\complex\toolkit nmake - all ti_complex_ti ti_qa_complex_toolkit_interface_tests ti_util NULL |