Commit d78caaca authored by Dominik Charousset's avatar Dominik Charousset

Fix length-prefix framing tests on Windows

parent a80ca31a
...@@ -111,6 +111,8 @@ auto decode(byte_buffer& buf) { ...@@ -111,6 +111,8 @@ auto decode(byte_buffer& buf) {
} // namespace } // namespace
BEGIN_FIXTURE_SCOPE(host_fixture)
SCENARIO("length-prefix framing reads data with 32-bit size headers") { SCENARIO("length-prefix framing reads data with 32-bit size headers") {
GIVEN("a length_prefix_framing with an app that consumes strings") { GIVEN("a length_prefix_framing with an app that consumes strings") {
WHEN("pushing data into the unit-under-test") { WHEN("pushing data into the unit-under-test") {
...@@ -194,3 +196,5 @@ SCENARIO("calling suspend_reading removes message apps temporarily") { ...@@ -194,3 +196,5 @@ SCENARIO("calling suspend_reading removes message apps temporarily") {
writer.join(); writer.join();
} }
} }
END_FIXTURE_SCOPE()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment