ng the repo location with
> a browser reports a file size > 0 byte, but a manual download also did
> result in a 0 byte file.
>
>
> Ralf
>
>
> -Original Message-
> From: Claus Ibsen
> Reply-to: users@camel.apache.org
> To: users@camel.apache.org
> Subj
Subject: Re: Annotation @MockEndpointsAndSkip not working in Camel
2.10.0
Date: Fri, 7 Sep 2012 16:25:21 +0200
Hi
I think its fixed on trunk and 2.10 branch.
Do you mind checking that?
http://camel.apache.org/source.html
On Fri, Sep 7, 2012 at 4:17 PM, Ralf Steppacher
wrote:
> Hi,
>
&
Hi
I think its fixed on trunk and 2.10 branch.
Do you mind checking that?
http://camel.apache.org/source.html
On Fri, Sep 7, 2012 at 4:17 PM, Ralf Steppacher
wrote:
> Hi,
>
> there appears to be a bug in
> CamelSpringTestContextLoader::handleMockEndpointsAndSkip(..). It tests
> for MockEndpoint
Hi,
there appears to be a bug in
CamelSpringTestContextLoader::handleMockEndpointsAndSkip(..). It tests
for MockEndpoints.class instead of MockEndpointsAndSkip.class. Line 433:
if (testClass.isAnnotationPresent(MockEndpoints.class)) {
should be
if (testClass.isAnnotationPresent(MockEndpointsAn