mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Fixed apache bug flag on not passing the good params
This commit is contained in:
parent
ff608de781
commit
68a088bef6
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ fn test_sniff_mp4_video_apache_flag_on() {
|
||||||
test_sniff_with_flags(&PathBuf::from("video/mp4/test.mp4"),
|
test_sniff_with_flags(&PathBuf::from("video/mp4/test.mp4"),
|
||||||
"video",
|
"video",
|
||||||
"mp4",
|
"mp4",
|
||||||
None,
|
Some("video", "mp4"),
|
||||||
NoSniffFlag::OFF,
|
NoSniffFlag::OFF,
|
||||||
ApacheBugFlag::ON);
|
ApacheBugFlag::ON);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue