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/03/21 14:02:58 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGetNamespacePrefixTest Calculator.cpp

jamejose    2005/03/21 05:02:58

  Modified:    c/tests/auto_build/testcases/dynamic/DynamicGetNamespacePrefixTest
                        Calculator.cpp
  Log:
  Modified DynamicGetNamespacePrefixTest
  
  Revision  Changes    Path
  1.6       +2 -3      ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGetNamespacePrefixTest/Calculator.cpp
  
  Index: Calculator.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGetNamespacePrefixTest/Calculator.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Calculator.cpp	15 Mar 2005 10:58:07 -0000	1.5
  +++ Calculator.cpp	21 Mar 2005 13:02:58 -0000	1.6
  @@ -71,9 +71,8 @@
   		cout << endl << pf << " is returned as prefix for non existing namespace URI" <<endl;
   
   	/* Passing all existing URIs */
  -       cout<< m_pCall->getNamespacePrefix("http://schemas.xmlsoap.org/soap/envelope/")<<endl;
  -       cout<< m_pCall->getNamespacePrefix("http://www.w3.org/2001/XMLSchema")<<endl;
  -       cout<< m_pCall->getNamespacePrefix("http://www.w3.org/2001/XMLSchema-instance")<<endl;
  +       cout<< m_pCall->getNamespacePrefix("http://localhost/axis/Calculator")<<endl;	
  +       cout<< m_pCall->getNamespacePrefix("http://localhost/apache/axis/Calculator")<<endl;       
   	   cout<< m_pCall->getNamespacePrefix("http://localhost/axis/Calculator")<<endl;