diff options
author | jestin | 2004-07-27 16:23:00 +0000 |
---|---|---|
committer | jestin | 2004-07-27 16:23:00 +0000 |
commit | d5d548edaf6cf1ffb2d214b2bf0329ec341c42a1 (patch) | |
tree | 7bea89fe499bf27ecc37c1c5b0d58e4639c26421 /tests/TESTBENCH | |
parent | fd9c3e8ea4c7093bff92ec2162ca0be338024fa2 (diff) | |
download | ivy-java-d5d548edaf6cf1ffb2d214b2bf0329ec341c42a1.zip ivy-java-d5d548edaf6cf1ffb2d214b2bf0329ec341c42a1.tar.gz ivy-java-d5d548edaf6cf1ffb2d214b2bf0329ec341c42a1.tar.bz2 ivy-java-d5d548edaf6cf1ffb2d214b2bf0329ec341c42a1.tar.xz |
major test rewrite to abide to the latest API. Updated tests for async msg
handling and protect newline
Diffstat (limited to 'tests/TESTBENCH')
-rw-r--r-- | tests/TESTBENCH | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/TESTBENCH b/tests/TESTBENCH index 9e6383e..7a4df94 100644 --- a/tests/TESTBENCH +++ b/tests/TESTBENCH @@ -1,4 +1,19 @@ ------------------------------------------------------------------------------- +TODO : + - DOC DOC DOC + - make run + - asynchronous sending ? + - automate all the following: + - test the protocol errors (broadcast, bindregexps, etc) + - use a parameter for the local domain address . 10.192.36 is hardcoded, + this is ugly + - check the malformed broadcasts + echo "coucou" | nc -u -b -q 0 127.255.255.255 2010 + - check the remote disconnections (ivyprobe ^C ) and check if the + disappearance is OK + - propagate the testbenches to other implementations ... + +------------------------------------------------------------------------------- How to check if it doesn't work ? -> There is now a simple testbench. It can fail if the architecture doesn't support broadcast on loopback address |