fixed tests

This commit is contained in:
Y. T. Chung
2014-10-26 10:23:29 +08:00
parent a65970359c
commit d18129497a
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ use config::Config;
/// password: "server-password".to_string(),
/// method: "aes-256-cfb".to_string(),
/// timeout: None,
/// dns_cache_capacity: 1024,
/// }));
/// RelayLocal::new(config).run();
/// ```

View File

@@ -42,6 +42,7 @@ use config::Config;
/// password: "server-password".to_string(),
/// method: "aes-256-cfb".to_string(),
/// timeout: None,
/// dns_cache_capacity: 1024,
/// }));
/// RelayServer::new(config).run();
/// ```