ANN-817 - 8-bit characters in string values cause unit test failures

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16347 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gail Badner 2009-04-15 19:18:26 +00:00
parent ba4c92747e
commit b26b4dc46c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class OneToManyTest extends TestCase {
chmpsElysees.setStreetName( "Champs Elysees" );
chmpsElysees.setCity( paris );
Street grandeArmee = new Street();
grandeArmee.setStreetName( "Grande Armée" );
grandeArmee.setStreetName( "Grande Armee" );
grandeArmee.setCity( paris );
s.persist( rochechoir );
s.persist( chmpsElysees );