Hi,

On the same topic - where can we find information about designing a
test period? I haven't found anything yet.

i.e. which package is appropriate for our test? which test suite
should it be apart of? what is the domain model (hibernate mappings)
used in the tests? how do you setup the environment to just run and
re-run over and over a single test?
A wiki page that we could build up would be great.

I want to create a test demonstrating the important issue I patched;
HHH-2893. Hopefully if I include a test someone might look into
commenting on it ;)

On 05/12/2007, Steve Ebersole <[EMAIL PROTECTED]> wrote:
> On Tuesday 04 December 2007 04:44:13 am Julius Stroffek wrote:
> > Hi All,
> >
> > Is there a document describing how to run hibernate junit tests with
> > various configurations? I would like to run the tests against PostgreSQL
> > but I am not able to find any description how to do that. I would like
> > to implement a test for
> > http://opensource.atlassian.com/projects/hibernate/browse/HHH-2962.
> > Thanks a lot.
> On the 3.2 branch, to run them from the Ant build you would simply modify the
> etc/hibernate.properties file to specify your appropriate pgsql settings and
> then use the appropriate Ant target (e.g., junitreport).
>
> However, if you are just wanting to develop a test case and not run the whole
> test suite, you are probably better off using the junit capabilities of your
> IDE
>
> --
> Steve Ebersole
>
> Hibernate Project Lead
> http://hibernate.org
>
> Principal Software Engineer
> http://redhat.com
> http://jboss.org
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


-- 
___________________________
http://stubbisms.wordpress.com/
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to