This is an automated email from the ASF dual-hosted git repository.

imesha pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oodt.git


The following commit(s) were added to refs/heads/master by this push:
     new e4e06e4  Fix failing Unit test cases
     new 272e86c  Merge pull request #127 from IMS94/master
e4e06e4 is described below

commit e4e06e47b9a3fcd3dbff87d675865b4f05aa9237
Author: ngimhana <[email protected]>
AuthorDate: Sun Aug 8 11:18:27 2021 +0530

    Fix failing Unit test cases
---
 .../main/java/org/apache/oodt/commons/ConfiguredTestCase.java  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/commons/src/main/java/org/apache/oodt/commons/ConfiguredTestCase.java 
b/commons/src/main/java/org/apache/oodt/commons/ConfiguredTestCase.java
index c9d049b..776c257 100644
--- a/commons/src/main/java/org/apache/oodt/commons/ConfiguredTestCase.java
+++ b/commons/src/main/java/org/apache/oodt/commons/ConfiguredTestCase.java
@@ -64,16 +64,16 @@ public abstract class ConfiguredTestCase extends TestCase {
 
        /** Test configuration, as a document. */
        private static final String TSTDOC = "<?xml version=\"1.0\" 
encoding=\"UTF-8\"?>\n<!DOCTYPE configuration PUBLIC"
-               + " \"-//JPL//DTD EDA Configuration 1.0//EN\" 
\"http://oodt.jpl.nasa.gov/edm-commons/Configuration.dtd\";>\n"
-               + 
"<configuration><webServer><host>www.jpl.nasa.gov</host><port>81</port><dir>/non/existent/htdocs</dir>"
-               + 
"</webServer><nameServer><iiop><version>1</version><host>oodt.jpl.nasa.gov</host><port>82</port>"
+               + " \"-//JPL//DTD EDA Configuration 1.0//EN\" 
\"oodt.apache.org\">\n"
+               + 
"<configuration><webServer><host>oodt.apache.org</host><port>81</port><dir>/non/existent/htdocs</dir>"
+               + 
"</webServer><nameServer><iiop><version>1</version><host>oodt.apache.org</host><port>82</port>"
                + 
"<objectKey>StandardNS/NameServer%2DPOA/_test</objectKey></iiop></nameServer><ldapServer>"
-               + 
"<host>ldap.jpl.nasa.gov</host><port>83</port><managerDN>cn=GeorgeTestostoles,dc=test,dc=zone</managerDN>"
+               + 
"<host>oodt.apache.org</host><port>83</port><managerDN>cn=GeorgeTestostoles,dc=test,dc=zone</managerDN>"
                + 
"<password>h1ghly;s3cr3t</password></ldapServer><xml><parser>crimson</parser><entityRef>"
                + 
"<dir>/non/existent/htdocs/xml</dir><dir>/non/existent/htdocs/dtd</dir></entityRef></xml><serverMgr>"
                + 
"<port>84</port></serverMgr><properties><key>global</key><value>1</value><key>override</key><value>2</value>"
                + 
"</properties><programs><execServer><class>TestServer</class><objectKey>urn:eda:rmi:TestObject</objectKey>"
-               + 
"<host>oodt.jpl.nasa.gov</host><properties><key>local</key><value>3</value><key>override</key><value>4</value>"
+               + 
"<host>oodt.apache.org</host><properties><key>local</key><value>3</value><key>override</key><value>4</value>"
                + 
"</properties></execServer><client><class>TestClient</class><properties><key>local</key><value>5</value>"
                + 
"<key>override</key><value>6</value></properties></client></programs></configuration>";
 }

Reply via email to