File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/groovy/org/codehaus/groovy/grails/web Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class XMLConverterTests extends AbstractGrailsControllerTests {
2424
2525 c. test()
2626
27- assertEquals ( ''' <?xml version="1.0" encoding="ISO-8859-1 "?><book>
27+ assertEquals ( ''' <?xml version="1.0" encoding="utf-8 "?><book>
2828 <author>Stephen King</author>
2929 <title>The Stand</title>
3030</book>''' , response. contentAsString)
@@ -49,7 +49,7 @@ class XMLConverterTests extends AbstractGrailsControllerTests {
4949
5050 c. testProxy()
5151 // todo: Get Grails' Xstream stuff to deal with CGlib proxies
52- assertEquals ( ''' <?xml version="1.0" encoding="ISO-8859-1 "?><CGLIB-enhanced-proxy>
52+ assertEquals ( ''' <?xml version="1.0" encoding="utf-8 "?><CGLIB-enhanced-proxy>
5353 <author>Stephen King</author>
5454 <title>The Stand</title>
5555</CGLIB-enhanced-proxy>''' , response. contentAsString)
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class Gizmo {
9797 webRequest. controllerName = ' content'
9898 c. testWithFormatRenderAs. call()
9999
100- assertEquals ''' <?xml version="1.0" encoding="ISO-8859-1 "?><gizmo>
100+ assertEquals ''' <?xml version="1.0" encoding="utf-8 "?><gizmo>
101101 <name>iPod</name>
102102</gizmo>''' , response. contentAsString
103103
You can’t perform that action at this time.
0 commit comments