Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 752B8D34A for ; Thu, 9 Aug 2012 23:22:47 +0000 (UTC) Received: (qmail 49359 invoked by uid 500); 9 Aug 2012 23:22:47 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 49297 invoked by uid 500); 9 Aug 2012 23:22:47 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 49289 invoked by uid 99); 9 Aug 2012 23:22:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 23:22:47 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lutter@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 23:22:39 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q79NMGqs007862 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 9 Aug 2012 19:22:16 -0400 Received: from [10.3.112.54] (ovpn-112-54.phx2.redhat.com [10.3.112.54]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q79NMFdQ007817 for ; Thu, 9 Aug 2012 19:22:16 -0400 Message-ID: <1344554535.24974.48.camel@avon.watzmann.net> Subject: Re: [PATCH core 1/6] Client: Moved all tests to tests directory From: David Lutterkort To: dev@deltacloud.apache.org Date: Thu, 09 Aug 2012 16:22:15 -0700 In-Reply-To: <1344430479-14341-1-git-send-email-mfojtik@redhat.com> References: <1344430479-14341-1-git-send-email-mfojtik@redhat.com> Organization: Red Hat Inc Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 On Wed, 2012-08-08 at 14:54 +0200, mfojtik@redhat.com wrote: > From: Michal Fojtik > > * Removed obsoleted fixtures. They are provided by deltacloud-core > > Signed-off-by: Michal fojtik ACK to the series; patches 1/6 and 6/6 have some whitespace errors that should be corrected before pushing. David