Turn some flat_static_buffer_tests on

This commit is contained in:
Vinnie Falco
2017-07-15 18:59:59 -07:00
parent 2b89bbce41
commit cb21b117bf
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ Version 83:
* Add flat_static_buffer::mutable_data * Add flat_static_buffer::mutable_data
* Add buffer_front * Add buffer_front
* Add wstest compression option * Add wstest compression option
* Turn some flat_static_buffer_tests on
WebSocket WebSocket

View File

@@ -225,10 +225,10 @@ public:
void run() override void run() override
{ {
testBuffer(); testBuffer();
//testStaticBuffer(); testStaticBuffer();
} }
}; };
BEAST_DEFINE_TESTSUITE(flat_static_buffer,core,beast); BEAST_DEFINE_TESTSUITE(flat_static_buffer,core,beast);
} // beastp } // beast