Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 15166 invoked from network); 10 Jun 2010 06:40:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jun 2010 06:40:11 -0000 Received: (qmail 21753 invoked by uid 500); 10 Jun 2010 05:40:10 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 21689 invoked by uid 500); 10 Jun 2010 05:40:08 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 21681 invoked by uid 99); 10 Jun 2010 05:40:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 05:40:08 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hirsch.dick@gmail.com designates 209.85.161.47 as permitted sender) Received: from [209.85.161.47] (HELO mail-fx0-f47.google.com) (209.85.161.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 05:40:00 +0000 Received: by fxm9 with SMTP id 9so4186413fxm.6 for ; Wed, 09 Jun 2010 22:39:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=9TOkBV8B9MsBXFSvU9qN35P1hlKfE1IWvlLNVr8wvZw=; b=TQPiFvXM2MCX1L6bL1FKi1xzn+B0vtDy+CxUUn/NhRBa8Bv0ZYCK+L1V0UCRGzDgzi wm65LRdCuPqKEfknxbarkZaHfB1nysF7Bv1LjfR8BAzxknY5gzD3YP3+co6lZFh+3aMP vjUHENjLyLJ7jbw0B5FqdAYQ2mhfWVYl/fxuc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=abb3qYZOBIhaWGve9+V2LWG2AYlFdMFxw9DUF3ve7J114N4uCXDVI8TKqi5IR+mWaY 4K6VOeFcqsfHBJajsGNhKMoMon2RgDrE/DIbLNgjO4sYX5uWPM2gFC3YkbNubISDjcru RCAfpUlqBrOxUZrDrDiBX7FoAxwfo66d3AjAE= MIME-Version: 1.0 Received: by 10.102.246.1 with SMTP id t1mr6168909muh.135.1276148379547; Wed, 09 Jun 2010 22:39:39 -0700 (PDT) Received: by 10.103.239.5 with HTTP; Wed, 9 Jun 2010 22:39:39 -0700 (PDT) In-Reply-To: References: <20100609134850.07B5A23889D2@eris.apache.org> Date: Thu, 10 Jun 2010 07:39:39 +0200 Message-ID: Subject: Re: svn commit: r953005 - /incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala From: Richard Hirsch To: esme-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0016364c7691d7fad70488a67241 X-Virus-Checked: Checked by ClamAV on apache.org --0016364c7691d7fad70488a67241 Content-Type: text/plain; charset=ISO-8859-1 created a JIRA item for the test: https://issues.apache.org/jira/browse/ESME-225 On Wed, Jun 9, 2010 at 6:10 PM, Ethan Jewett wrote: > This is more a note to myself than anyone else, but if anyone else gets to > it first (I'm still on vacation traveling for another week), we need a unit > test for this. > > Ethan > > On Wed, Jun 9, 2010 at 6:48 AM, wrote: > > > Author: rhirsch > > Date: Wed Jun 9 13:48:49 2010 > > New Revision: 953005 > > > > URL: http://svn.apache.org/viewvc?rev=953005&view=rev > > Log: > > [ESME-200] GET /users/actions don't retrieve disabled actions > > Fixed error > > > > Modified: > > > > > incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala > > > > Modified: > > > incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala > > URL: > > > http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala?rev=953005&r1=953004&r2=953005&view=diff > > > > > ============================================================================== > > --- > > > incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala > > (original) > > +++ > > > incubator/esme/trunk/server/src/main/scala/org/apache/esme/model/User.scala > > Wed Jun 9 13:48:49 2010 > > @@ -301,7 +301,6 @@ class User extends KeyedMapper[Long, Use > > > > def performingwithdisabled: List[Action] = > > Action.findAll(By(Action.user, this), > > - By(Action.disabled, true), > > By(Action.removed, false), > > OrderBy(Action.id, Ascending)) > > > > > > > > > --0016364c7691d7fad70488a67241--