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

[jira] Assigned: (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 ]

Doug Cutting reassigned AVRO-99:
--------------------------------

    Assignee: Scott Banachowski

> 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
>            Assignee: Scott Banachowski
>             Fix For: 1.2.0
>
>         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.