summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/PostBindingTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/PostBindingTest.java')
-rw-r--r--eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/PostBindingTest.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/PostBindingTest.java b/eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/PostBindingTest.java
index f14a9093..3288df14 100644
--- a/eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/PostBindingTest.java
+++ b/eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/PostBindingTest.java
@@ -511,7 +511,7 @@ public class PostBindingTest {
Assert.assertEquals("http StatusCode", 200, httpResp.getStatus());
Assert.assertNotNull("PVP msg is null", httpResp.getContentLength());
- Assert.assertEquals("ContentType", "text/html", httpResp.getContentType());
+ Assert.assertEquals("ContentType", "text/html;charset=UTF-8", httpResp.getContentType());
Assert.assertEquals("Encoding", "UTF-8", httpResp.getCharacterEncoding());
final String http = httpResp.getContentAsString();
@@ -545,7 +545,7 @@ public class PostBindingTest {
Assert.assertEquals("http StatusCode", 200, httpResp.getStatus());
Assert.assertNotNull("PVP msg is null", httpResp.getContentLength());
- Assert.assertEquals("ContentType", "text/html", httpResp.getContentType());
+ Assert.assertEquals("ContentType", "text/html;charset=UTF-8", httpResp.getContentType());
Assert.assertEquals("Encoding", "UTF-8", httpResp.getCharacterEncoding());
final String http = httpResp.getContentAsString();
@@ -581,7 +581,7 @@ public class PostBindingTest {
Assert.assertEquals("http StatusCode", 200, httpResp.getStatus());
Assert.assertNotNull("PVP msg is null", httpResp.getContentLength());
- Assert.assertEquals("ContentType", "text/html", httpResp.getContentType());
+ Assert.assertEquals("ContentType", "text/html;charset=UTF-8", httpResp.getContentType());
Assert.assertEquals("Encoding", "UTF-8", httpResp.getCharacterEncoding());
final String http = httpResp.getContentAsString();
@@ -619,7 +619,7 @@ public class PostBindingTest {
Assert.assertEquals("http StatusCode", 200, httpResp.getStatus());
Assert.assertNotNull("PVP msg is null", httpResp.getContentLength());
- Assert.assertEquals("ContentType", "text/html", httpResp.getContentType());
+ Assert.assertEquals("ContentType", "text/html;charset=UTF-8", httpResp.getContentType());
Assert.assertEquals("Encoding", "UTF-8", httpResp.getCharacterEncoding());
final String http = httpResp.getContentAsString();
@@ -657,7 +657,7 @@ public class PostBindingTest {
Assert.assertEquals("http StatusCode", 200, httpResp.getStatus());
Assert.assertNotNull("PVP msg is null", httpResp.getContentLength());
- Assert.assertEquals("ContentType", "text/html", httpResp.getContentType());
+ Assert.assertEquals("ContentType", "text/html;charset=UTF-8", httpResp.getContentType());
Assert.assertEquals("Encoding", "UTF-8", httpResp.getCharacterEncoding());
final String http = httpResp.getContentAsString();