Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 15148 invoked from network); 27 Feb 2010 20:07:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2010 20:07:44 -0000 Received: (qmail 36576 invoked by uid 500); 27 Feb 2010 20:07:44 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 36528 invoked by uid 500); 27 Feb 2010 20:07:44 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 36521 invoked by uid 99); 27 Feb 2010 20:07:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 20:07:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sat, 27 Feb 2010 20:07:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E1EFD23889EB; Sat, 27 Feb 2010 20:07:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r917031 - /commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/AliasedNamespaceIterationTest.java Date: Sat, 27 Feb 2010 20:07:23 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100227200723.E1EFD23889EB@eris.apache.org> Author: mbenson Date: Sat Feb 27 20:07:23 2010 New Revision: 917031 URL: http://svn.apache.org/viewvc?rev=917031&view=rev Log: ws Modified: commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/AliasedNamespaceIterationTest.java Modified: commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/AliasedNamespaceIterationTest.java URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/AliasedNamespaceIterationTest.java?rev=917031&r1=917030&r2=917031&view=diff ============================================================================== --- commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/AliasedNamespaceIterationTest.java (original) +++ commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/AliasedNamespaceIterationTest.java Sat Feb 27 20:07:23 2010 @@ -53,7 +53,7 @@ public void testIterateDOM() { doTestIterate(DocumentContainer.MODEL_DOM); } - + public void testIterateJDOM() { doTestIterate(DocumentContainer.MODEL_JDOM); }