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 C17B3DA8D for ; Sat, 1 Sep 2012 16:29:27 +0000 (UTC) Received: (qmail 8613 invoked by uid 500); 1 Sep 2012 16:29:27 -0000 Delivered-To: apmail-ws-commits-archive@ws.apache.org Received: (qmail 8575 invoked by uid 500); 1 Sep 2012 16:29:27 -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 8565 invoked by uid 99); 1 Sep 2012 16:29:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2012 16:29:27 +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; Sat, 01 Sep 2012 16:29:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D79522388962; Sat, 1 Sep 2012 16:28:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1379798 - in /webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom: DOMTestSuiteBuilder.java attr/TestLookpNamespaceURI.java attr/TestLookupNamespaceURI.java Date: Sat, 01 Sep 2012 16:28:40 -0000 To: commits@ws.apache.org From: veithen@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120901162840.D79522388962@eris.apache.org> Author: veithen Date: Sat Sep 1 16:28:39 2012 New Revision: 1379798 URL: http://svn.apache.org/viewvc?rev=1379798&view=rev Log: AXIOM-423: * Fixed typo in test case name. * Reordered the references to test cases in DOMTestSuiteBuilder. Added: webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/attr/TestLookupNamespaceURI.java - copied, changed from r1379740, webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/attr/TestLookpNamespaceURI.java Removed: webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/attr/TestLookpNamespaceURI.java Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/DOMTestSuiteBuilder.java Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/DOMTestSuiteBuilder.java URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/DOMTestSuiteBuilder.java?rev=1379798&r1=1379797&r2=1379798&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/DOMTestSuiteBuilder.java (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/DOMTestSuiteBuilder.java Sat Sep 1 16:28:39 2012 @@ -38,9 +38,9 @@ public class DOMTestSuiteBuilder extends addTest(new org.apache.axiom.ts.dom.attr.TestGetChildNodes(dbf)); addTest(new org.apache.axiom.ts.dom.attr.TestGetFirstChild(dbf)); addTest(new org.apache.axiom.ts.dom.attr.TestGetValueWithMultipleChildren(dbf)); + addTest(new org.apache.axiom.ts.dom.attr.TestLookupNamespaceURI(dbf)); addTest(new org.apache.axiom.ts.dom.attr.TestSetPrefixNotNullWithNamespace(dbf)); addTest(new org.apache.axiom.ts.dom.attr.TestSetPrefixNotNullWithoutNamespace(dbf)); - addTest(new org.apache.axiom.ts.dom.attr.TestLookpNamespaceURI(dbf)); addTest(new org.apache.axiom.ts.dom.builder.TestParseURI(dbf)); addTest(new org.apache.axiom.ts.dom.builder.TestWhitespaceAroundDocumentElement(dbf)); addTest(new org.apache.axiom.ts.dom.document.TestAdoptNode(dbf)); @@ -98,6 +98,7 @@ public class DOMTestSuiteBuilder extends addTest(new org.apache.axiom.ts.dom.element.TestGetTextContent(dbf)); addTest(new org.apache.axiom.ts.dom.element.TestInsertBefore(dbf)); addTest(new org.apache.axiom.ts.dom.element.TestInsertBeforeWithDocumentFragment(dbf)); + addTest(new org.apache.axiom.ts.dom.element.TestLookupNamespaceURI(dbf)); addTest(new org.apache.axiom.ts.dom.element.TestRemoveAttributeNotOwner(dbf)); addTest(new org.apache.axiom.ts.dom.element.TestRemoveFirstChild(dbf)); addTest(new org.apache.axiom.ts.dom.element.TestRemoveLastChild(dbf)); @@ -125,7 +126,6 @@ public class DOMTestSuiteBuilder extends addTest(new org.apache.axiom.ts.dom.element.TestSetPrefixNotNullWithoutNamespace(dbf)); addTest(new org.apache.axiom.ts.dom.element.TestSetPrefixNull(dbf)); addTest(new org.apache.axiom.ts.dom.element.TestSetTextContent(dbf)); - addTest(new org.apache.axiom.ts.dom.element.TestLookupNamespaceURI(dbf)); addTest(new org.apache.axiom.ts.dom.element.attributes.TestSetNamedItemNSWrongDocument(dbf)); addTest(new org.apache.axiom.ts.dom.element.attributes.TestSetNamedItemWrongDocument(dbf)); addTest(new org.apache.axiom.ts.dom.text.TestAppendData(dbf)); Copied: webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/attr/TestLookupNamespaceURI.java (from r1379740, webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/attr/TestLookpNamespaceURI.java) URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/attr/TestLookupNamespaceURI.java?p2=webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/attr/TestLookupNamespaceURI.java&p1=webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/attr/TestLookpNamespaceURI.java&r1=1379740&r2=1379798&rev=1379798&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/attr/TestLookpNamespaceURI.java (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/src/main/java/org/apache/axiom/ts/dom/attr/TestLookupNamespaceURI.java Sat Sep 1 16:28:39 2012 @@ -26,9 +26,9 @@ import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.NamedNodeMap; -public class TestLookpNamespaceURI extends DOMTestCase { +public class TestLookupNamespaceURI extends DOMTestCase { - public TestLookpNamespaceURI(DocumentBuilderFactory dbf) { + public TestLookupNamespaceURI(DocumentBuilderFactory dbf) { super(dbf); }