Update of /cvsroot/hibernate/Hibernate/cirrus/hibernate/test
In directory usw-pr-cvs1:/tmp/cvs-serv24408/hibernate/test
Modified Files:
FooBarTest.java
Log Message:
added OrionTransactionManagerLookup
Index: FooBarTest.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/test/FooBarTest.java,v
retrieving revision 1.220
retrieving revision 1.221
diff -C2 -d -r1.220 -r1.221
*** FooBarTest.java 14 Nov 2002 11:28:55 -0000 1.220
--- FooBarTest.java 14 Nov 2002 12:42:19 -0000 1.221
***************
*** 756,759 ****
--- 756,761 ----
s.find( "from foo in class cirrus.hibernate.test.Foo where foo.foo = ?", foo.getFoo(), Hibernate.association(Foo.class) );
+ assertTrue( !s.iterate("from bar in class Bar where bar.string='a string' or bar.string='a string'").hasNext() );
+
iter = s.iterate(
"select foo.component.name, foo.component.importantDates.elements from foo in class cirrus.hibernate.test.Foo where foo.foo.id=?",
|