Author: coheigea
Date: Thu Nov  8 16:21:42 2018
New Revision: 1846167

URL: http://svn.apache.org/viewvc?rev=1846167&view=rev
Log:
Fixing some test data

Modified:
    
webservices/wss4j/trunk/ws-security-stax/src/test/java/org/apache/wss4j/stax/test/UsernameTokenTest.java

Modified: 
webservices/wss4j/trunk/ws-security-stax/src/test/java/org/apache/wss4j/stax/test/UsernameTokenTest.java
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-stax/src/test/java/org/apache/wss4j/stax/test/UsernameTokenTest.java?rev=1846167&r1=1846166&r2=1846167&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/ws-security-stax/src/test/java/org/apache/wss4j/stax/test/UsernameTokenTest.java
 (original)
+++ 
webservices/wss4j/trunk/ws-security-stax/src/test/java/org/apache/wss4j/stax/test/UsernameTokenTest.java
 Thu Nov  8 16:21:42 2018
@@ -249,7 +249,7 @@ public class UsernameTokenTest extends A
                 "Ex2YESUvsa1qne1m6TM8XA==", createdString, "default"
             );
 
-        String req = "<?xml version=\"1.0\" encoding=\"UTF_8\"?>" +
+        String req = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
                 "<env:Envelope 
xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\";>\n" +
                 "    <env:Header>" +
                 "       <wsse:Security 
xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\";
 
xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\";
 env:mustUnderstand=\"1\">" +
@@ -299,7 +299,7 @@ public class UsernameTokenTest extends A
                 "Ex2YEKVvsa1qne1m6TM8XA==", createdString, "default"
             );
 
-        String req = "<?xml version=\"1.0\" encoding=\"UTF_8\"?>" +
+        String req = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
                 "<env:Envelope 
xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\";>\n" +
                 "    <env:Header>" +
                 "       <wsse:Security 
xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\";
 
xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\";
 env:mustUnderstand=\"1\">" +
@@ -343,7 +343,7 @@ public class UsernameTokenTest extends A
                 "Ex2YEKVvSa1qne1m6TM8XA==", createdString, "default"
             );
 
-        String req = "<?xml version=\"1.0\" encoding=\"UTF_8\"?>" +
+        String req = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
                 "<env:Envelope 
xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\";>\n" +
                 "    <env:Header>" +
                 "       <wsse:Security 
xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\";
 
xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\";
 env:mustUnderstand=\"1\">" +
@@ -380,7 +380,7 @@ public class UsernameTokenTest extends A
                 "Ex2YEKVvsa1Qne1m6TM8XA==", createdString, "default"
             );
 
-        String req = "<?xml version=\"1.0\" encoding=\"UTF_8\"?>" +
+        String req = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
                 "<env:Envelope 
xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\";>\n" +
                 "    <env:Header>" +
                 "       <wsse:Security 
xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\";
 
xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\";
 env:mustUnderstand=\"1\">" +


Reply via email to