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 sa...@apache.org on 2005/01/11 08:08:24 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/client/cpp RpcHttpHeaderTest2Client.cpp RpcHttpHeaderTest3Client.cpp RpcHttpHeaderTest4Client.cpp RpcHttpHeaderTest5Client.cpp RpcHttpHeaderTest7Client.cpp RpcHttpHeaderTest8Client.cpp

samisa      2005/01/10 23:08:23

  Modified:    c/tests/auto_build/testcases/client/cpp
                        RpcHttpHeaderTest2Client.cpp
                        RpcHttpHeaderTest3Client.cpp
                        RpcHttpHeaderTest4Client.cpp
                        RpcHttpHeaderTest5Client.cpp
                        RpcHttpHeaderTest7Client.cpp
                        RpcHttpHeaderTest8Client.cpp
  Log:
  Fixed the syntax errors in these tests.
  
  Revision  Changes    Path
  1.7       +1 -1      ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest2Client.cpp
  
  Index: RpcHttpHeaderTest2Client.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest2Client.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RpcHttpHeaderTest2Client.cpp	20 Dec 2004 08:48:48 -0000	1.6
  +++ RpcHttpHeaderTest2Client.cpp	11 Jan 2005 07:08:23 -0000	1.7
  @@ -72,7 +72,7 @@
       printf("First transport key = %s\n", ws.getFirstTransportPropertyKey());
       printf("First transport value = %s\n",
              ws.getCurrentTransportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTransportPropertyKey())
       {
  
  
  
  1.7       +1 -1      ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest3Client.cpp
  
  Index: RpcHttpHeaderTest3Client.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest3Client.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RpcHttpHeaderTest3Client.cpp	20 Dec 2004 08:48:48 -0000	1.6
  +++ RpcHttpHeaderTest3Client.cpp	11 Jan 2005 07:08:23 -0000	1.7
  @@ -71,7 +71,7 @@
       printf("First transport key = %s\n", ws.getFirstTransportPropertyKey());
       printf("First transport value = %s\n",
              ws.getCurrentTransportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTransportPropertyKey())
       {
  
  
  
  1.7       +1 -1      ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest4Client.cpp
  
  Index: RpcHttpHeaderTest4Client.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest4Client.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RpcHttpHeaderTest4Client.cpp	20 Dec 2004 08:48:48 -0000	1.6
  +++ RpcHttpHeaderTest4Client.cpp	11 Jan 2005 07:08:23 -0000	1.7
  @@ -72,7 +72,7 @@
       printf("First transport key = %s\n", ws.getFirstTransportPropertyKey());
       printf("First transport value = %s\n",
              ws.getCurrentTransportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTransportPropertyKey())
       {
  
  
  
  1.7       +1 -1      ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest5Client.cpp
  
  Index: RpcHttpHeaderTest5Client.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest5Client.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RpcHttpHeaderTest5Client.cpp	20 Dec 2004 08:48:48 -0000	1.6
  +++ RpcHttpHeaderTest5Client.cpp	11 Jan 2005 07:08:23 -0000	1.7
  @@ -69,7 +69,7 @@
       printf("First transport key = %s\n", ws.getFirstTransportPropertyKey());
       printf("First transport value = %s\n",
              ws.getCurrentTransportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTransportPropertyKey())
       {
  
  
  
  1.7       +1 -1      ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest7Client.cpp
  
  Index: RpcHttpHeaderTest7Client.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest7Client.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RpcHttpHeaderTest7Client.cpp	20 Dec 2004 08:48:48 -0000	1.6
  +++ RpcHttpHeaderTest7Client.cpp	11 Jan 2005 07:08:23 -0000	1.7
  @@ -69,7 +69,7 @@
       printf("First transport key = %s\n", ws.getFirstTransportPropertyKey());
       printf("First transport value = %s\n",
              ws.getCurrentTransportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTransportPropertyKey())
       {
  
  
  
  1.7       +1 -1      ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest8Client.cpp
  
  Index: RpcHttpHeaderTest8Client.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest8Client.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RpcHttpHeaderTest8Client.cpp	20 Dec 2004 08:48:48 -0000	1.6
  +++ RpcHttpHeaderTest8Client.cpp	11 Jan 2005 07:08:23 -0000	1.7
  @@ -69,7 +69,7 @@
       printf("First transport key = %s\n", ws.getFirstTransportPropertyKey());
       printf("First transport value = %s\n",
              ws.getCurrentTransportPropertyValue()); 
  -    char *key = NULL;
  +    const char *key = NULL;
       int count = 1;
       while (key = ws.getNextTransportPropertyKey())
       {