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 ja...@apache.org on 2005/02/25 12:39:44 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/client/cpp IHeaderBlockTest8Client.cpp

jamejose    2005/02/25 03:39:44

  Modified:    c/tests/auto_build/testcases/client/cpp
                        IHeaderBlockTest8Client.cpp
  Log:
  
  
  Revision  Changes    Path
  1.3       +1 -2      ws-axis/c/tests/auto_build/testcases/client/cpp/IHeaderBlockTest8Client.cpp
  
  Index: IHeaderBlockTest8Client.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/IHeaderBlockTest8Client.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IHeaderBlockTest8Client.cpp	18 Feb 2005 13:18:36 -0000	1.2
  +++ IHeaderBlockTest8Client.cpp	25 Feb 2005 11:39:44 -0000	1.3
  @@ -31,8 +31,7 @@
   		cout << iResult << endl;
   		Calculator ws1(endpoint);
   		IHeaderBlock *phb1 = ws1.createSOAPHeaderBlock("TestHeader","http://ws.apache.org/");
  -		IAttribute *attr1 = phb1->createStdAttribute(MUST_UNDERSTAND_TRUE,SOAP_VER_1_1);
  -		IAttribute *attr1a= phb1->createStdAttribute(MUST_UNDERSTAND_TRUE,SOAP_VER_1_1);
  +		IAttribute *attr1 = phb1->createStdAttribute(MUST_UNDERSTAND_TRUE,SOAP_VER_1_1);		
   		cout << attr1->getLocalName() << " = " << attr1->getValue()<<endl;
   		iResult=ws1.add(i1, i2);	
   		cout << iResult << endl;