FastSaxSerializer::write ...

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jan 20 09:13:03 PST 2016


> On 21 Jan 2016, at 2:37 AM, David Tardon <dtardon at redhat.com> wrote:
> 
> Hi,
> 
> On Mon, Jan 18, 2016 at 12:53:07PM +1100, Chris Sherlock wrote:
>> I think a unit test might be helpful. They are actually quite easy to write - in fact, I wrote a very simple one the other day. 
>> 
>> Have a look on master at vcl/qa/cppunit/font.cxx
> 
> Note that you don't have to create a whole new CppunitTest every time.
> You can add new source files to an existing one. You just have to make
> sure that only one of the sources contains CPPUNIT_PLUGIN_IMPLEMENT(),
> otherwise you'd get a linker error.
> 
> Speaking about excessively granular tests: would anyone protest against
> an Easy Hack to merge the tests in sal module into bigger groups, e.g.,
> just one test for osl, one for rtl and another one for sal? I.e.,
> reduction of the number of CppunitTest makefiles from 33 to 3.
> 
> D.

That sounds like it would make managing the unit tests a lot easier. Sure, why not?

Chris


More information about the LibreOffice mailing list