Update uuid

This commit is contained in:
Bastien Orivel 2018-11-03 12:14:39 +01:00
parent 9a41af68a4
commit 36c4208f22
13 changed files with 57 additions and 58 deletions

View file

@ -144,7 +144,7 @@ fn test_fetch_blob() {
.filemanager
.promote_memory(blob_buf, true, sender, "http://www.example.org".into());
let id = receiver.recv().unwrap().unwrap();
let url = ServoUrl::parse(&format!("blob:{}{}", origin.as_str(), id.simple())).unwrap();
let url = ServoUrl::parse(&format!("blob:{}{}", origin.as_str(), id.to_simple())).unwrap();
let mut request = Request::new(url, Some(Origin::Origin(origin.origin())), None);
let fetch_response = fetch_with_context(&mut request, &context);