Return-Path: X-Original-To: apmail-ws-commits-archive@minotaur.apache.org Delivered-To: apmail-ws-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C17D6C4E for ; Mon, 25 Jul 2011 16:47:59 +0000 (UTC) Received: (qmail 35572 invoked by uid 500); 25 Jul 2011 16:47:59 -0000 Delivered-To: apmail-ws-commits-archive@ws.apache.org Received: (qmail 35532 invoked by uid 500); 25 Jul 2011 16:47:59 -0000 Mailing-List: contact commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ws.apache.org Delivered-To: mailing list commits@ws.apache.org Received: (qmail 35525 invoked by uid 99); 25 Jul 2011 16:47:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2011 16:47:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2011 16:47:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 944052388901; Mon, 25 Jul 2011 16:47:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1150778 - /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/AttrNsTest.java Date: Mon, 25 Jul 2011 16:47:35 -0000 To: commits@ws.apache.org From: veithen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110725164735.944052388901@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: veithen Date: Mon Jul 25 16:47:35 2011 New Revision: 1150778 URL: http://svn.apache.org/viewvc?rev=1150778&view=rev Log: Removed a redundant test case. The scenario is already covered by TestSerialize with detached=true. Removed: webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/AttrNsTest.java