Re: [Hibernate] RE: Hibernate test cases

2004-12-27 Thread Max Rydahl Andersen
On Tue, 28 Dec 2004 09:54:31 +0530, Soundaian, Kamalakannan <[EMAIL PROTECTED]> wrote: Hi all, Can someone give me all the test cases for hibernate? I mean't the junit test cases. eh ? its in CVS - go get them there ,) -max Thanks in advance kamal -Original Message- From: [EMAIL PROTEC

[Hibernate] RE: Hibernate test cases

2004-12-27 Thread Soundaian, Kamalakannan
Hi all, Can someone give me all the test cases for hibernate? I mean't the junit test cases. Thanks in advance kamal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 6:11 AM To: hibernate-devel@lists.sourceforge.net Subject: hibernate-

SV: [Hibernate] Test suite now has 12 errors, up from 11

2004-12-19 Thread Max Andersen
Title: [Hibernate] Test suite now has 12 errors, up from 11 yes my bad. forgot to commit the last change i did - will do it later today when i get back to my box.   -max Fra: [EMAIL PROTECTED] på vegne af Joshua DavisSendt: sø 19-12-2004 03:09Til: Hibernate-DevelEmne: [Hibernate] Test

[Hibernate] Test suite now has 12 errors, up from 11

2004-12-18 Thread Joshua Davis
ConfigurationPerformanceTest is having a NPE every time I run it. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Star

[Hibernate] Test suite

2004-08-16 Thread Gavin King
Among all the other recent activity, Steve and I have started growing the "new test suite". How it will work is: when you implement a new feature, write a whole new domain model and mapping files and test case for that feature. (1) try to make the domain model a meaningful one, so that our users

[Hibernate] test

2004-02-22 Thread wang ensheng
hibernate-devel,您好! 致 礼! wang ensheng [EMAIL PROTECTED]   2004-02-23 <>

RE: [Hibernate] Hibernate test cases & JIRA

2004-01-31 Thread Bertrand Renuart
; hibernate list > Subject: Re: [Hibernate] Hibernate test cases & JIRA > > > wierd, i didn't get an email notification about the JIRA issues yet... > > Bertrand Renuart wrote: > > Sorry but I have already posted two under JIRA :-( > > > > There

Re: [Hibernate] Hibernate test cases & JIRA

2004-01-31 Thread Gavin King
Ug - not sure if we want whol JIRA issues for this stuff. Perhaps just a summary to the mail list? I dunno Bertrand Renuart wrote: Dear developpers/maintainers, I was wondering were I should report issues regarding the Hibernate test cases... Should I post a mail to the dev mailing

Re: [Hibernate] Hibernate test cases & JIRA

2004-01-30 Thread Gavin King
about 2 days to distribute it ??? Isn't this supposed to be faster ? -Original Message- From: Gavin King [mailto:[EMAIL PROTECTED] Sent: jeudi 29 janvier 2004 16:54 To: Bertrand Renuart; hibernate list Subject: Re: [Hibernate] Hibernate test cases & JIRA Ug - not sure if we want w

[Hibernate] Hibernate test cases & JIRA

2004-01-28 Thread Bertrand Renuart
Dear developpers/maintainers, I was wondering were I should report issues regarding the Hibernate test cases... Should I post a mail to the dev mailing list or should I post an entry in JIRA ? If the JIRA solution is the prefered approach, it might be a good idea to add a 'TestCase' co

[Hibernate] Hibernate Test - MasterDetailTest.testPolymorphicCriteria() fails

2004-01-27 Thread Bertrand Renuart
Title: Message   MasterDetailTest.testPolymorphicCriteria() fails - at least in my case.   This test makes a polymorphic query for all persistent instances that derive from java.lang.Object. It expects a result of two - created just before. Unfortunately, at this stage, the database contain

[Hibernate] Hibernate Test - FooBarTest.testNamedParams() fails on SQLServer

2004-01-27 Thread Bertrand Renuart
Dear all, I just noticed FooBarTest.testNamedParams() fails under MS SQLServer. The breaking code is: if (! (getDialect() instanceof Oracle9Dialect) ) { // oracle barfs on "x in ()" q.setParameterList("nameList", Collections.EMPTY_LIST); list = q.list(); assertTrue( list

[Hibernate] TEST - please ignore

2003-11-16 Thread Joshua Davis
Title: Message  

[Hibernate] test

2003-10-25 Thread Francisco Figueiredo Jr.
--- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net

Re: [Hibernate] Re: [Hibernate-commits] Hibernate/cirrus/hibernate/test FooBarTest.java,1.237,1.238 MultiTableTest.java,1.21,1.22

2002-12-31 Thread Max Rydahl Andersen
Sent: Tuesday, December 31, 2002 12:37 AM Subject: RE: [Hibernate] Re: [Hibernate-commits] Hibernate/cirrus/hibernate/test FooBarTest.java,1.237,1.238 MultiTableTest.java,1.21,1.22 IBM JVM returns reflected methods in the reverse order. So if some test deosn't clean up after itself, it might fai

RE: [Hibernate] Re: [Hibernate-commits] Hibernate/cirrus/hibernate/test FooBarTest.java,1.237,1.238 MultiTableTest.java,1.21,1.22

2002-12-31 Thread Gavin King
M > To: [EMAIL PROTECTED] > Subject: [Hibernate] Re: [Hibernate-commits] > Hibernate/cirrus/hibernate/test FooBarTest.java,1.237,1.238 > MultiTableTest.java,1.21,1.22 > > > Just curious, what is different in IBM JVM since the tests > did not run on it ? > > /max >

[Hibernate] Re: [Hibernate-commits] Hibernate/cirrus/hibernate/test FooBarTest.java,1.237,1.238 MultiTableTest.java,1.21,1.22

2002-12-30 Thread Max Rydahl Andersen
Just curious, what is different in IBM JVM since the tests did not run on it ? /max - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 2:11 PM Subject: [Hibernate-commits] Hibernate/cirrus/hibernate/test FooBarTest.java