dev@glassfish.java.net

Re: How do I run a single QL test?

From: Ken Cavanaugh <Ken.Cavanaugh_at_Sun.COM>
Date: Wed, 07 Oct 2009 15:49:13 -0700

Ming Zhang wrote:
> Hi Ken,
>
> This is documented in quicklook/QuickLook_Test_Instructions.html:
>
> 6. To Run Individual Test Suite from Directory Level:
>
> After the first run with maven from top level, the dependency jars
> will be downloaded to local maven repository. Now it's possible to run
> individual test suite from directory level. Change directory to the
> test directory. For example, to run quicklook/ejb/slsbnicmt test suite
> against glassfish bundle:
>
> o {V3 Installation Dir}/bin/asadmin start-domain
> o {V3 Installation Dir}/bin/asadmin start-database
> o cd ejb/slsbnicmt
> o ant -Dglassfish.home={V3 Installation Dir} all
>
> Ming
>
Thanks! I was reading that page, and I missed those instructions.

Ken.