Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test
In directory sc8-pr-cvs1:/tmp/cvs-serv14911/hibernate/test
Modified Files:
FooBarTest.java
Log Message:
applied Chris Nockleberg's patch for gnu jaxp
Index: FooBarTest.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test/FooBarTest.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** FooBarTest.java 23 Feb 2003 07:22:11 -0000 1.26
--- FooBarTest.java 23 Feb 2003 13:47:18 -0000 1.27
***************
*** 183,187 ****
s.find("from s in class Stuff where s.foo.string is not null");
assertTrue(
! s.find("from s in class Stuff where s.foo > 'a' order by s.foo").size()==1
);
t.commit();
--- 183,187 ----
s.find("from s in class Stuff where s.foo.string is not null");
assertTrue(
! s.find("from s in class Stuff where s.foo > '0' order by s.foo").size()==1
);
t.commit();
|