merge the formfield patch from ooo-build
[ooovba.git] / applied_patches / 0473-unittesting-testshl2.diff
blob7889382fcb9b4d161e22081d54a19c9da132dd2d
1 --- testshl2/prj/tests.lst 1970-01-01 01:00:00.000000000 +0100
2 +++ testshl2/prj/tests.lst 2007-09-07 09:08:29.000000000 +0200
3 @@ -0,0 +1,8 @@
4 +t2 testshl2\workben\codegen nmake - all t2_workben_codegen NULL
5 +t2 testshl2\workben\codegen\w32 nmake - all t2_workben_codegen_w32 NULL
6 +t2 testshl2\workben nmake - all t2_workben NULL
7 +t2 testshl2\workben\dlltest nmake - all t2_workben_dlltest NULL
8 +#does not build t2 testshl2\workben\examples nmake - all t2_workben_examples NULL
9 +t2 testshl2\workben\getopt nmake - all t2_workben_getopt t2_tstu NULL
10 +t2 testshl2\workben\skeleton nmake - all t2_workben_skeleton t2_tstu NULL
11 +#depends on offapi t2 testshl2\workben\uno nmake - all t2_workben_uno NULL
12 --- testshl2/workben/examples/testshl_test.cxx 2006-09-17 05:49:44.000000000 +0200
13 +++ testshl2/workben/examples/testshl_test.cxx 2007-09-07 09:05:08.000000000 +0200
14 @@ -146,10 +146,10 @@ void usage()
15 #include <cppunit/TestFixture.h>
16 #include <cppunit/TestCaller.h>
17 #include <cppunit/TestSuite.h>
18 -#include <cppunit/TestResult.h>
19 -#include <cppunit/TestResultCollector.h>
20 #include <cppunit/TestAssert.h>
21 -#include <cppunit/TextTestResult.h>
22 +#include <cppunit/result/TestResult.h>
23 +#include <cppunit/result/TestResultCollector.h>
24 +#include <cppunit/result/TextTestResult.h>
26 namespace CppunitTest