To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86509


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'mh,sb'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Feb 29 12:26:59 +0000 
2008 -------
@lla:  Please consider doing this in a clean way.  That is, instead of
extracting modified bits of CppUnit plus additions to CppUnit from module
testshl2 to new module cppunit, do the following:
- host an unmodified CppUnit in new module cppunit;
- (trivially) adapt those tests that do not need the additional features of
testshl2 to work against plain CppUnit instead of testshl2 (it is expected that
this covers all tests in udk modules, see
<http://www.openoffice.org/issues/show_bug.cgi?id=86525#desc10>);
- change module testshl2 to work on top of module cppunit deliverables;
- keep those tests running against testshl2 that do need the additional features
of testshl2.

As a proof of concept I attach cppunit.diff that does two things (relative to
DEV300m0):
- Introduce CppUnit 1.12.1 (currently latest version) as external module cppunit
into the built system; the proof of concept just makes sure it works with
setsolar-environment unxsoli4.pro, it is understood that some work will be
necessary to make it work well with all platforms and with the
configure-environment, and to potentially skip it in favor of a CppUnit already
available on the system.
- Change tests in sal/qa/sal to directly use CppUnit instead of testshl2 (and
execute those tests during the build).

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to