Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 26232 invoked from network); 29 Jul 2008 03:06:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jul 2008 03:06:12 -0000 Received: (qmail 36042 invoked by uid 500); 29 Jul 2008 03:06:11 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 36026 invoked by uid 500); 29 Jul 2008 03:06:11 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 36015 invoked by uid 99); 29 Jul 2008 03:06:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2008 20:06:11 -0700 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.230.241.41] (HELO fed1rmmtao105.cox.net) (68.230.241.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2008 03:05:15 +0000 Received: from fed1rmimpo03.cox.net ([70.169.32.75]) by fed1rmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080729030440.SVID774.fed1rmmtao105.cox.net@fed1rmimpo03.cox.net> for ; Mon, 28 Jul 2008 23:04:40 -0400 Received: from [192.168.0.10] ([70.181.128.238]) by fed1rmimpo03.cox.net with bizsmtp id vf4g1Z00858l3T204f4g1D; Mon, 28 Jul 2008 23:04:40 -0400 Message-ID: <488E88C8.5060700@cox.net> Date: Mon, 28 Jul 2008 20:04:40 -0700 From: Vadim Chekan User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: camel-dev@activemq.apache.org Subject: Non documented junit tests Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, In xmpp component there is a test which will execute only if there is a property defined "xmpp.enable". Questions: does "official" junit check have this property defined? Is there any list of properties which need to be defined to cover all test cases in all components? Is it a good idea to silently suppress some test cases? Vadim.