svn commit: r465610 - /db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/broker/InheritanceMultipleTableTest.java

[email protected]
Newsgroups gmane.comp.jakarta.ojb.devel
Message-ID <[email protected]>
Author: arminw
Date: Thu Oct 19 05:49:55 2006
New Revision: 465610

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

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

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/broker/InheritanceMultipleTableTest.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/broker/InheritanceMultipleTableTest.java?view=diff&rev=465610&r1=465609&r2=465610
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/broker/InheritanceMultipleTableTest.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/broker/InheritanceMultipleTableTest.java Thu Oct 19 05:49:55 2006
@@ -119,7 +119,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);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.