You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ga...@apache.org on 2004/06/19 00:12:14 UTC

cvs commit: ws-fx/addressing/test/addressing TestSerDeser.java

gawor       2004/06/18 15:12:14

  Modified:    addressing/test/addressing TestSerDeser.java
  Log:
  minor change so that this test can run with 04 or 03 namespace
  
  Revision  Changes    Path
  1.10      +2 -2      ws-fx/addressing/test/addressing/TestSerDeser.java
  
  Index: TestSerDeser.java
  ===================================================================
  RCS file: /home/cvs/ws-fx/addressing/test/addressing/TestSerDeser.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TestSerDeser.java	13 May 2004 12:52:21 -0000	1.9
  +++ TestSerDeser.java	18 Jun 2004 22:12:14 -0000	1.10
  @@ -50,7 +50,7 @@
   public class TestSerDeser extends TestCase {
       String xml = 
           "<S:Envelope xmlns:S=\"http://schemas.xmlsoap.org/soap/envelope/\"\n" +
  -            "  xmlns:wsa=\"http://schemas.xmlsoap.org/ws/2004/03/addressing\"\n" +
  +            "  xmlns:wsa=\"" + Constants.NS_URI_ADDRESSING + "\"\n" +
               "  xmlns:f123=\"http://www.fabrikam123.com/svc53\" \n" +
               ">\n" +
               "  <S:Header>\n" +
  @@ -76,7 +76,7 @@
   
       String xml2 = 
           "<S:Envelope xmlns:S=\"http://schemas.xmlsoap.org/soap/envelope/\"\n" +
  -        "  xmlns:wsa=\"http://schemas.xmlsoap.org/ws/2004/03/addressing\"\n" +
  +        "  xmlns:wsa=\"" + Constants.NS_URI_ADDRESSING + "\"\n" +
           "  xmlns:f123=\"http://www.fabrikam123.com/svc53\" \n" +
           ">\n" +
           "  <S:Header>\n" +