On Fri, Jan 27, 2012 at 9:24 PM, sam ” <[email protected]> wrote:
> http://sling.apache.org/site/sling-testing-tools.html
> This is what I needed.
>
> One thing is that  I want to put my Test classes under src/test/,  not
> src/main/....

For test classes that are embedded in the bundle and run server-side
with those Sling test tools, src/main is the right place IMO. src/test
is for test classes that run during the Maven build.

There's a complete example (which you've probably seen) at [1].

-Bertrand

[1] 
http://svn.apache.org/repos/asf/sling/trunk/testing/samples/integration-tests/

Reply via email to