update ooo310-m15
[ooovba.git] / applied_patches / 0715-unittesting-ucb.diff
blob6b46c6d283482d12f7c5e2f1724c07ceb1a55086
1 diff --git ucb/prj/build.lst ucb/prj/build.lst
2 index f0eb0da..dd90fe9 100644
3 --- ucb/prj/build.lst
4 +++ ucb/prj/build.lst
5 @@ -1,4 +1,4 @@
6 -uc ucb : cppuhelper CURL:curl OPENSSL:openssl NEON:neon LIBXML2:libxml2 offapi sal salhelper ucbhelper udkapi comphelper vcl NULL
7 +uc ucb : cppuhelper CURL:curl OPENSSL:openssl NEON:neon LIBXML2:libxml2 offapi sal salhelper ucbhelper udkapi comphelper vcl tools NULL
8 uc ucb usr1 - all uc_mkout NULL
9 uc ucb\inc nmake - all uc_inc NULL
10 uc ucb\source\regexp nmake - all uc_regexp uc_inc NULL
11 diff --git ucb/prj/tests.lst ucb/prj/tests.lst
12 new file mode 100644
13 index 0000000..258e434
14 --- /dev/null
15 +++ ucb/prj/tests.lst
16 @@ -0,0 +1,9 @@
17 +uc ucb\qa\complex\tdoc\interfaces nmake - all uc_qa_complex_tdoc_interfaces NULL
18 +#does not build: uc ucb\qa\complex\tdoc nmake - all uc_qa_complex_tdoc NULL
19 +uc ucb\qa\complex\ucb nmake - all uc_qa_complex_ucb NULL
20 +#does not build: uc ucb\qa\unoapi nmake - all uc_qa_unoapi NULL
22 +# older tests:
23 +#doest not build: uc ucb\test\com\sun\star\comp\ucb nmake - all uc_test_com_sun_star_comp_ucb NULL
24 +uc ucb\workben\cachemap nmake - all uc_workben_cachemap NULL
25 +uc ucb\workben\ucb nmake - all uc_workben_ucb NULL
26 diff --git ucb/workben/ucb/makefile.mk ucb/workben/ucb/makefile.mk
27 index f7d77b1..d3adfbc 100644
28 --- ucb/workben/ucb/makefile.mk
29 +++ ucb/workben/ucb/makefile.mk
30 @@ -78,7 +78,6 @@ APP1STDLIBS=\
31 $(CPPUHELPERLIB) \
32 $(COMPHELPERLIB) \
33 $(TOOLSLIB) \
34 - $(SVTOOLLIB) \
35 $(VCLLIB) \
36 $(UCBHELPERLIB)