summaryrefslogtreecommitdiffstats
path: root/src/tests/cases/raw_mode.rs
diff options
context:
space:
mode:
authorBrooks Rady <b.j.rady@gmail.com>2020-04-05 17:30:43 +0100
committerGitHub <noreply@github.com>2020-04-05 18:30:43 +0200
commit62a39464d7893cbb747f321c3bb662a0d939de14 (patch)
treeaeae4458ff213d4199805c10b880fe70994d50f4 /src/tests/cases/raw_mode.rs
parent1569f6038df215a85532fe2e77a8ed47ca797c0b (diff)
feat(network): add accumlated usage (#155)
* Add accumlated usage * Fixed a nasty performace leak * Fix a silly reverse-ordering bug * Address some feedback * Finished some reorganizing * Another silly reversal bug * Let the test cases run * Most tests are working * Fix some formatting that got left behind * Fix the rest of the tests * Add some new tests to cover the total mode * Whoops, a double newline
Diffstat (limited to 'src/tests/cases/raw_mode.rs')
-rw-r--r--src/tests/cases/raw_mode.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/cases/raw_mode.rs b/src/tests/cases/raw_mode.rs
index 8c51dfa..636abb1 100644
--- a/src/tests/cases/raw_mode.rs
+++ b/src/tests/cases/raw_mode.rs
@@ -207,7 +207,7 @@ fn multiple_processes_with_multiple_connections() {
"10.0.0.2",
1337,
4435,
- b"Awesome, I'm from 3.3.3.3",
+ b"Greetings traveller, I'm from 3.3.3.3",
)),
Some(build_tcp_packet(
"2.2.2.2",
@@ -581,6 +581,7 @@ fn no_resolve_mode() {
addresses: false,
connections: false,
processes: false,
+ total_utilization: false,
},
};
start(backend, os_input, opts);