mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Re-enable ResourceTask tests
This commit is contained in:
parent
f03f59f231
commit
5212171156
1 changed files with 2 additions and 4 deletions
|
@ -12,15 +12,13 @@ use std::sync::mpsc::channel;
|
|||
use url::Url;
|
||||
|
||||
|
||||
// Disabled, per https://github.com/sfackler/rust-openssl/issues/281
|
||||
//#[test]
|
||||
#[test]
|
||||
fn test_exit() {
|
||||
let resource_task = new_resource_task("".to_owned(), None);
|
||||
resource_task.send(ControlMsg::Exit).unwrap();
|
||||
}
|
||||
|
||||
// Disabled, per https://github.com/sfackler/rust-openssl/issues/281
|
||||
//#[test]
|
||||
#[test]
|
||||
fn test_bad_scheme() {
|
||||
let resource_task = new_resource_task("".to_owned(), None);
|
||||
let (start_chan, start) = ipc::channel().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue