You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Guillaume Nodet <gn...@gmail.com> on 2009/09/29 11:09:10 UTC

Integration tests for Karaf features

I've recently added some integration tests for karaf features descriptor.
Those are available at:
  http://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest-karaf/

There is still some work to do here, and I've disabled all those tests
for now, because some of them hang and/or fail.
In addition, some features are not tested correctly (I haven't set up
real tests for features that are not components or languages).
Help welcomed !

When a new component is added, it would be cool to update the feature
descriptor and add an integration test for it (those are really a
simple copy paste).

-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: Integration tests for Karaf features

Posted by Willem Jiang <wi...@gmail.com>.
Hi Guillaumeļ¼Œ

The integration tests are very helpful to verify the feature file.
I'm working on the dataformat testing, will submit the patch when I 
finish it.

Willem

Guillaume Nodet wrote:
> I've recently added some integration tests for karaf features descriptor.
> Those are available at:
>   http://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest-karaf/
> 
> There is still some work to do here, and I've disabled all those tests
> for now, because some of them hang and/or fail.
> In addition, some features are not tested correctly (I haven't set up
> real tests for features that are not components or languages).
> Help welcomed !
> 
> When a new component is added, it would be cool to update the feature
> descriptor and add an integration test for it (those are really a
> simple copy paste).
>