| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Grails
Revision: 7282
Author: graeme
Date: 21 Aug 2008 11:30:48
Changes:forgot to commit tests for GRAILS-3088
Files:| ... | ...@@ -57,7 +57,7 @@ | |
| 57 | 57 | |
| 58 | 58 | void testFirefox3AcceptHeaderOrdering() { |
| 59 | 59 | |
| 60 | def mimes = new DefaultAcceptHeaderParser().parse("text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8") | |
| 60 | def mimes = new DefaultAcceptHeaderParser().parse("text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8") | |
| 61 | 61 | |
| 62 | 62 | assertEquals 4, mimes.size() |
| 63 | 63 |