You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2007/03/22 03:13:59 UTC

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

Author: arminw
Date: Wed Mar 21 19:13:58 2007
New Revision: 521083

URL: http://svn.apache.org/viewvc?view=rev&rev=521083
Log:
remove test skip, issue is fixed

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

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/broker/QueryTest.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/broker/QueryTest.java?view=diff&rev=521083&r1=521082&r2=521083
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/broker/QueryTest.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/broker/QueryTest.java Wed Mar 21 19:13:58 2007
@@ -1878,9 +1878,6 @@
      **/
     public void testReportQueryExpressionInStatement1()
     {
-        // TODO: Resolve attributes of expressions
-        if(ojbSkipKnownIssueProblem("Resolve attributes of expressions")) return;
-
         Criteria crit = new Criteria();
         ReportQueryByCriteria q = QueryFactory.newReportQuery(Article.class, crit);
         q.setAttributes(new String[]{"articleId", "price+10"});



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