Merge branch 'master' of github.com:ethcore/parity into rustbeta

This commit is contained in:
debris
2016-02-19 12:40:30 +01:00
4 changed files with 24 additions and 25 deletions

View File

@@ -124,6 +124,8 @@ impl IoHandler<NetSyncMessage> for ClientIoHandler {
}
}
// TODO: rewrite into something that doesn't dependent on the testing environment having a particular port ready for use.
/*
#[cfg(test)]
mod tests {
use super::*;
@@ -138,3 +140,4 @@ mod tests {
assert!(service.is_ok());
}
}
*/