Author: arminw
Date: Thu Oct 19 05:50:15 2006
New Revision: 465611

URL: http://svn.apache.org/viewvc?view=rev&rev=465611
Log:
fix typo

Modified:
    
db/ojb/trunk/src/test/org/apache/ojb/broker/InheritanceMultipleTableTest.java

Modified: 
db/ojb/trunk/src/test/org/apache/ojb/broker/InheritanceMultipleTableTest.java
URL: 
http://svn.apache.org/viewvc/db/ojb/trunk/src/test/org/apache/ojb/broker/InheritanceMultipleTableTest.java?view=diff&rev=465611&r1=465610&r2=465611
==============================================================================
--- 
db/ojb/trunk/src/test/org/apache/ojb/broker/InheritanceMultipleTableTest.java 
(original)
+++ 
db/ojb/trunk/src/test/org/apache/ojb/broker/InheritanceMultipleTableTest.java 
Thu Oct 19 05:50:15 2006
@@ -125,7 +125,7 @@
     {
         long timestamp = System.currentTimeMillis();
         Long id_2 = new Long(timestamp);
-        String name = "testLookupByIdentity_" + timestamp;
+        String name = "testLookupByQuery_" + timestamp;
         Employee em1 = new Employee(id_2, "employee_" + name);
         Executive ex1 = new Executive(id_2, "executive_" + name, 
"department_1", null);
         Executive ex2 = new Executive(id_2, "executive_" + name, 
"department_2", null);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to