shlist

share and manage lists between multiple people
Log | Files | Refs

commit 7381d2f02c2e06fa745f334948b98c4756e5b61d
parent 6c0941aa013adc6f195b312fa2f10876441a0e03
Author: kyle <kyle@getaddrinfo.net>
Date:   Sat, 30 May 2015 17:26:30 -0400

sl: add some binary test files

this is really rudimentary right now, but what you can do is fire up the server,
then from within the tests/ directory do a:

$ for f in `ls`; do nc 127.0.0.1 5437 < $f; done

which should produce lots of warning output from the server

Diffstat:
Atests/bad_msg | 2++
Atests/msg_size_zero | 0
Atests/msg_too_large | 0
Atests/msg_type_1_missing_name | 0
Atests/msg_type_1_missing_number | 0
5 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/bad_msg b/tests/bad_msg @@ -0,0 +1 @@ +ºÝ +\ No newline at end of file diff --git a/tests/msg_size_zero b/tests/msg_size_zero Binary files differ. diff --git a/tests/msg_too_large b/tests/msg_too_large Binary files differ. diff --git a/tests/msg_type_1_missing_name b/tests/msg_type_1_missing_name Binary files differ. diff --git a/tests/msg_type_1_missing_number b/tests/msg_type_1_missing_number Binary files differ.