Author: markt
Date: Tue Nov 13 15:48:53 2012
New Revision: 1408794

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

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1408792

Modified: 
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java?rev=1408794&r1=1408793&r2=1408794&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java 
(original)
+++ 
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java 
Tue Nov 13 15:48:53 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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to