Re: [Hibernate] Bug in InstrumentTest.java

2005-06-28 Thread Max Rydahl Andersen
On Tue, 28 Jun 2005 18:55:59 +0200, Surendra Singhi <[EMAIL PROTECTED]> wrote: already fixed in cvs. but thanks. Hello, The code in the file mentioned in the compilation error below should be: assertSame( hia.getFolder(), s.load(Folder.class, new Long(fol.getId().longValue())) );

[Hibernate] Bug in InstrumentTest.java

2005-06-28 Thread Surendra Singhi
Hello, The code in the file mentioned in the compilation error below should be: assertSame( hia.getFolder(), s.load(Folder.class, new Long(fol.getId().longValue())) ); or something similar. You can find more information here. http://www.spikesource.com/spikewatch.logs/fedora-3-i386/759/h