You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ro...@apache.org on 2004/07/09 14:11:43 UTC

cvs commit: ws-axis/c/tests/client/soapHeader/test2/rpc TestClient.cpp

roshan      2004/07/09 05:11:43

  Modified:    c/tests/client/soapHeader/test2/rpc Tag: Release1-2-branch
                        TestClient.cpp
  Log:
  minor change
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.1   +2 -2      ws-axis/c/tests/client/soapHeader/test2/rpc/TestClient.cpp
  
  Index: TestClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/test2/rpc/TestClient.cpp,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- TestClient.cpp	24 Jun 2004 14:00:44 -0000	1.3
  +++ TestClient.cpp	9 Jul 2004 12:11:43 -0000	1.3.2.1
  @@ -97,14 +97,14 @@
       childNode = phb->createChild(ELEMENT_NODE);
       childNode->setLocalName("username");
       valueNode = phb->createChild(CHARACTER_NODE);
  -    valueNode->setValue("Test User");
  +    valueNode->setValue("Test User2");
       childNode->addChild(valueNode);
       parentNode->addChild(childNode);
       //add another node set
       childNode = phb->createChild(ELEMENT_NODE);
       childNode->setLocalName("password");
       valueNode = phb->createChild(CHARACTER_NODE);
  -    valueNode->setValue("Test Password");
  +    valueNode->setValue("Test Password2");
       childNode->addChild(valueNode);
       parentNode->addChild(childNode);