[ 2596921 ] v2test_ei test fails when using CIMXML interface
diff --git a/ChangeLog b/ChangeLog
index 0bb3730..e438e87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-13  Chris Buccella  <buccella@linux.vnet.ibm.com>
+
+	* TEST/v2test_ei.c:
+	Fixed 2596921: v2test_ei test fails when using CIMXML interface
+
 2008-12-16  Michael Chase-Salerno <bratac@linux.vnet.ibm.com>
 	* cimc/cimclient.c:
 	Fixed 2431835: XML client library not found. 
diff --git a/NEWS b/NEWS
index 023f928..aff679f 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@
 - 2158091: sfcb modules belong in private dir
 - 2270179: Missing includes and values in return statements
 - 2431835: XML client library not found. 
+- 2596921: v2test_ei test fails when using CIMXML interface
 
 Changes in 2.1
 ==============
diff --git a/TEST/v2test_ei.c b/TEST/v2test_ei.c
index a4c4a6e..e887b55 100644
--- a/TEST/v2test_ei.c
+++ b/TEST/v2test_ei.c
@@ -62,7 +62,7 @@
       return 1;
     }
     
-    client = ce->ft->connect(ce, cim_host, cim_host_port, "5988", cim_host_userid, cim_host_passwd, &status);
+    client = ce->ft->connect(ce, cim_host , "http", cim_host_port, cim_host_userid, cim_host_passwd , &status);
     if(client == NULL) 
     {
        printf(" failed the call to connect \n") ;