Commit Graph

13 Commits

Author SHA1 Message Date
0dadf2321f The UDP tests are now expected to complete 2014-03-22 19:07:30 +09:00
30ffe2ea3e Added a basic test for AppMessages 2014-03-22 18:35:56 +09:00
4351745c06 More portable shebang, from 7heo <7heo@mail.com>
Original commit message:
« The path /bin/sh for the shebang is more portable
than /usr/bin/env, according to Sven Mascheck:
http://in-ulm.de/~mascheck/various/shebang/#env
and:
http://in-ulm.de/~mascheck/various/shells/

Additionally, a space after the shebang first two
characters (#!) is said to be more portable:
http://in-ulm.de/~mascheck/various/shebang/#blankrequired

I fixed the test script shebang accordingly. »

It doesn't say the presence of a space makes it more portable; it says it was a rumor that could never be proven true, for some completely obsolete releases of UNIX. I did not apply that part.

Thanks!
2014-03-13 13:42:43 +09:00
88a40ac5bb Code cleanup 2013-10-25 22:58:23 +02:00
f392915040 Slightly improved the tests 2013-10-25 22:24:38 +02:00
9d24dac55b Consider the tests expected to fail as such 2013-01-09 00:50:59 +01:00
830626a33b Fixed "make clean" 2013-01-07 03:10:43 +01:00
10348d20cd Adding IPv6 support to the UDP transport 2012-11-24 11:31:25 +01:00
8712c88698 Connect to the proper name 2012-11-24 11:00:00 +01:00
79f69d5712 Also indicate the name of the transport being used 2012-11-04 00:40:35 +01:00
f832d4ae96 Largely improved the TCP and UDP transports
Adding IPv4- and IPv6-only versions in the process
Also comes with a better test suite (not fully functional yet)
2012-10-29 02:15:19 +01:00
15ebf43c9e Testing the TCP and UDP transports alike 2012-10-18 01:56:25 +00:00
593a7ab2bc Imported the first test 2012-10-18 00:19:37 +00:00