From c372302f990b29cd745feeb975157903f1f6da34 Mon Sep 17 00:00:00 2001 From: Wilhelm Pflueger Date: Fri, 11 Mar 2011 14:47:06 +0100 Subject: EasyHacks: Reanimated tests in ure/cppuhelper/qa. I had to deactivate the test 'test_weak.cxx' in prj/build.lst. This test failed with 'error 139' - this is typically a segfault during test execution, oops. --- cppuhelper/prj/build.lst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cppuhelper/prj') diff --git a/cppuhelper/prj/build.lst b/cppuhelper/prj/build.lst index de66b2d61a4b..784814aaaee6 100644 --- a/cppuhelper/prj/build.lst +++ b/cppuhelper/prj/build.lst @@ -4,3 +4,5 @@ ch cppuhelper\inc nmake - all ch_include NULL ch cppuhelper\source nmake - all ch_source ch_unotypes ch_include NULL ch cppuhelper\unotypes nmake - all ch_unotypes NULL ch cppuhelper\qa\propertysetmixin nmake - all ch_qa_propertysetmixin ch_source NULL +ch cppuhelper\qa\ifcontainer nmake - all ch_qa_ifcontainer NULL +ch cppuhelper\qa\unourl nmake - all ch_qa_unourl NULL -- cgit