You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tv...@apache.org on 2012/08/26 19:25:00 UTC

svn commit: r1377464 - in /db/torque/torque4/trunk/torque-runtime/src: main/java/org/apache/torque/util/functions/AggregateFunction.java test/java/org/apache/torque/criteria/CriteriaTest.java test/java/org/apache/torque/util/CriteriaTest.java

Author: tv
Date: Sun Aug 26 17:24:59 2012
New Revision: 1377464

URL: http://svn.apache.org/viewvc?rev=1377464&view=rev
Log:
Remove references to BasePeer

Modified:
    db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/AggregateFunction.java
    db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/criteria/CriteriaTest.java
    db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/util/CriteriaTest.java

Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/AggregateFunction.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/AggregateFunction.java?rev=1377464&r1=1377463&r2=1377464&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/AggregateFunction.java (original)
+++ db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/util/functions/AggregateFunction.java Sun Aug 26 17:24:59 2012
@@ -26,7 +26,7 @@ import org.apache.torque.Column;
  * <p>A container for classes that will generate SQL for the SQL99 Standard
  * Aggregate functions. These can be used via the Criteria.addSelectColumn
  * method to produce SQL statements that can be called via the
- * BasePeer.doSelect methods.</p>
+ * BasePeerImpl.doSelect methods.</p>
  * <p>
  * Note database servers that use non-standard function names
  * can be supported by setting the function name in the constructor accordingly.

Modified: db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/criteria/CriteriaTest.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/criteria/CriteriaTest.java?rev=1377464&r1=1377463&r2=1377464&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/criteria/CriteriaTest.java (original)
+++ db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/criteria/CriteriaTest.java Sun Aug 26 17:24:59 2012
@@ -584,7 +584,7 @@ public class CriteriaTest extends BaseTe
         catch (TorqueException e)
         {
             e.printStackTrace();
-            fail("TorqueException thrown in BasePeer.createQueryString()");
+            fail("TorqueException thrown in SqlBuilder.buildQuery()");
         }
 
         assertTrue(result.toString().equals(firstExpect)

Modified: db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/util/CriteriaTest.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/util/CriteriaTest.java?rev=1377464&r1=1377463&r2=1377464&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/util/CriteriaTest.java (original)
+++ db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/util/CriteriaTest.java Sun Aug 26 17:24:59 2012
@@ -506,7 +506,7 @@ public class CriteriaTest extends BaseTe
         catch (TorqueException e)
         {
             e.printStackTrace();
-            fail("TorqueException thrown in BasePeer.createQueryString()");
+            fail("TorqueException thrown in SqlBuilder.buildQuery()");
         }
 
         assertTrue(result.toString().equals(firstExpect)



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org