You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Scott Banachowski (JIRA)" <ji...@apache.org> on 2009/09/20 01:06:16 UTC

[jira] Updated: (AVRO-99) Use an existing unit test framework for C++ (boost)

     [ https://issues.apache.org/jira/browse/AVRO-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Banachowski updated AVRO-99:
----------------------------------

    Attachment: AVRO-99.patch

patch to use boost unit test framework
apply with patch -p0 < AVRO-99.patch

> Use an existing unit test framework for C++ (boost)
> ---------------------------------------------------
>
>                 Key: AVRO-99
>                 URL: https://issues.apache.org/jira/browse/AVRO-99
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Scott Banachowski
>         Attachments: AVRO-99.patch
>
>
> The C++ unit test currently use the basic c assert to test conditions.  This should be ported to an existing unit test framework.  The two main ones I know of are cppunit and boost unit.  
> I propose using boost, since the code already depends on other boost libraries, so it won't introduce a new library dependency.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.