Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EF96172DE for ; Sat, 10 Oct 2015 14:17:36 +0000 (UTC) Received: (qmail 95488 invoked by uid 500); 10 Oct 2015 14:17:36 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 95463 invoked by uid 500); 10 Oct 2015 14:17:36 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 95450 invoked by uid 99); 10 Oct 2015 14:17:36 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Oct 2015 14:17:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B9155C1DC1 for ; Sat, 10 Oct 2015 14:17:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id W3asWErAVv7e for ; Sat, 10 Oct 2015 14:17:29 +0000 (UTC) Received: from mail-io0-f174.google.com (mail-io0-f174.google.com [209.85.223.174]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 4254E20B89 for ; Sat, 10 Oct 2015 14:17:28 +0000 (UTC) Received: by ioii196 with SMTP id i196so116240139ioi.3 for ; Sat, 10 Oct 2015 07:17:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SCKDg+LxQztTjKyeCUFC+/D5iTd7eSjSVVfrNcL9z9Y=; b=FmLr9qQe+teyh1euLP5YLYgcRTSHArKBqWZ8+k2D+zf9rlTXaAZ6rMYUN/gtwE8IBr HX5dc/WBaWeFke97RTQ247OfjTfp3sAvjyGLlZuJK45sdO+j8E55lVm+54gNYwGSyv2j E2Y4ASZ3hkCk2akhDedlQ+NOA2XlbZaBF7bZmaGlxNf1naaehFnpU+N0V6yZQwzaBgbX Gf8AslMJVSNO4x285BQqpEV0Xhebf97ebajJNuSvQDX7AGjAvyiHcdSeEt8hrbm6bOFs 8JpTIL2n2e/nbtJm6FnI5Flrskr8LdeHyK4dAJRqa6AzGdOcddjHd+otsGn5YAuz82Gp zlfA== MIME-Version: 1.0 X-Received: by 10.107.10.140 with SMTP id 12mr20582634iok.160.1444486641401; Sat, 10 Oct 2015 07:17:21 -0700 (PDT) Received: by 10.107.171.129 with HTTP; Sat, 10 Oct 2015 07:17:21 -0700 (PDT) In-Reply-To: <56190910.6030908@internetallee.de> References: <56190910.6030908@internetallee.de> Date: Sat, 10 Oct 2015 15:17:21 +0100 Message-ID: Subject: Re: Resources for unit tests. From: sebb To: dev@jmeter.apache.org Content-Type: text/plain; charset=UTF-8 On 10 October 2015 at 13:48, Felix Schumacher wrote: > Hi all, > > is there any place, where I could resources that are used inside the unit > tests, only? > > In my case I try to test SMIMEAssertion and I would like to put a signed > email and the used certificate somewhere the test case can reach it. > > In maven I would place them under src/test/resources. If we have no such > place, would it be useful/OK to create such a place? +1 > Regards, > Felix