You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/11/13 16:48:02 UTC

svn commit: r1408792 - /tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java

Author: markt
Date: Tue Nov 13 15:48:01 2012
New Revision: 1408792

URL: http://svn.apache.org/viewvc?rev=1408792&view=rev
Log:
Fix unit test failures after case-insensitivity changes

Modified:
    tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java

Modified: tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java?rev=1408792&r1=1408791&r2=1408792&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java Tue Nov 13 15:48:01 2012
@@ -176,8 +176,8 @@ public class TestMediaType {
                 m.getParameterValue("Type"));
 
         String expected = "multipart/related; boundary=1_4F50BD36_CDF8C28; " +
-                "Start=\"<31671603.smil>\"; " +
-                "Type=\"application/smil;charset=UTF-8\"";
+                "start=\"<31671603.smil>\"; " +
+                "type=\"application/smil;charset=UTF-8\"";
         assertEquals(expected, m.toString());
         assertEquals(expected, m.toStringNoCharset());
         assertNull(m.getCharset());



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org