[hibernate-commits] Hibernate SVN: r15248 - annotations/branches/v3_2_1_GA_CP/src/test/org/hibernate/test/annotations/entity.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Oct 2 16:00:40 EDT 2008


Author: gbadner
Date: 2008-10-02 16:00:39 -0400 (Thu, 02 Oct 2008)
New Revision: 15248

Modified:
   annotations/branches/v3_2_1_GA_CP/src/test/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
Log:
JBPAPP-1068 - Removing French characters that mask a mapping inconsistency on MSSQL


Modified: annotations/branches/v3_2_1_GA_CP/src/test/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
===================================================================
--- annotations/branches/v3_2_1_GA_CP/src/test/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java	2008-10-02 10:39:39 UTC (rev 15247)
+++ annotations/branches/v3_2_1_GA_CP/src/test/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java	2008-10-02 20:00:39 UTC (rev 15248)
@@ -122,7 +122,7 @@
 	public void testType() throws Exception {
 		Forest f = new Forest();
 		f.setName( "Broceliande" );
-		String description = "C'est une enorme foret enchantée où vivais Merlin et toute la clique";
+		String description = "C'est une enorme foret enchantee ou vivais Merlin et toute la clique";
 		f.setLongDescription( description );
 		Session s;
 		Transaction tx;




More information about the hibernate-commits mailing list