Author: oltka
Date: Fri Dec 31 10:04:34 2010
New Revision: 1054081

URL: http://svn.apache.org/viewvc?rev=1054081&view=rev
Log:
CAY-1506 added some change to QuotedIdentifiersTest

Modified:
    
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/access/QuotedIdentifiersTest.java

Modified: 
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/access/QuotedIdentifiersTest.java
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/access/QuotedIdentifiersTest.java?rev=1054081&r1=1054080&r2=1054081&view=diff
==============================================================================
--- 
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/access/QuotedIdentifiersTest.java
 (original)
+++ 
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/access/QuotedIdentifiersTest.java
 Fri Dec 31 10:04:34 2010
@@ -62,6 +62,7 @@ public class QuotedIdentifiersTest exten
         quote_Person.setSalary(10000);
         quote_Person.setName("Arcadi");
         quote_Person.setGroup("107324");
+        quote_Person.setAddress_Rel(quoteAdress);
         
         context.commitChanges();
 
@@ -81,7 +82,7 @@ public class QuotedIdentifiersTest exten
         quote_Person2.setName("Name");
         quote_Person2.setGroup("1111");
         quote_Person2.setDAte(new Date());
-        quote_Person2.setAddress_Rel(quoteAdress);
+        quote_Person2.setAddress_Rel(quoteAdress2);
         
         context.commitChanges();
 


Reply via email to