Martin Prikryl 4417ba0edc neon 0.35.0 3 months ago
..
common 4417ba0edc neon 0.35.0 3 months ago
htdocs 5daf2e0776 PuTTY 0.66 7 years ago
.gdbinit 5daf2e0776 PuTTY 0.66 7 years ago
.gitignore 4417ba0edc neon 0.35.0 3 months ago
COPYING 5daf2e0776 PuTTY 0.66 7 years ago
ChangeLog 5daf2e0776 PuTTY 0.66 7 years ago
Makefile.in b19c120bd0 neon 0.33.0 1 year ago
README 5daf2e0776 PuTTY 0.66 7 years ago
STATUS 5daf2e0776 PuTTY 0.66 7 years ago
acl3744.c c9e32d665b neon 0.32.4 3 years ago
auth.c 99e2a1d6d3 neon 0.34.0 10 months ago
basic.c b19c120bd0 neon 0.33.0 1 year ago
compress.c 1b15761acd neon 0.32.1 4 years ago
expired.pem 5daf2e0776 PuTTY 0.66 7 years ago
largefile.c c9e32d665b neon 0.32.4 3 years ago
lock.c f10a09537b neon 0.34.2 6 months ago
makekeys.sh 4417ba0edc neon 0.35.0 3 months ago
neon.prio ba6475dd97 neon 0.31.0 5 years ago
notvalid.pem 5daf2e0776 PuTTY 0.66 7 years ago
nulca.pem 5daf2e0776 PuTTY 0.66 7 years ago
nulcn.pem 5daf2e0776 PuTTY 0.66 7 years ago
nulsan.pem 5daf2e0776 PuTTY 0.66 7 years ago
nulsrv.key 5daf2e0776 PuTTY 0.66 7 years ago
oldacl.c c9e32d665b neon 0.32.4 3 years ago
openssl.conf b19c120bd0 neon 0.33.0 1 year ago
props.c f10a09537b neon 0.34.2 6 months ago
redirect.c 99e2a1d6d3 neon 0.34.0 10 months ago
request.c 4417ba0edc neon 0.35.0 3 months ago
resolve.c 5daf2e0776 PuTTY 0.66 7 years ago
run-tests.sh ba6475dd97 neon 0.31.0 5 years ago
run.sh 99e2a1d6d3 neon 0.34.0 10 months ago
session.c 99e2a1d6d3 neon 0.34.0 10 months ago
skeleton.c 5daf2e0776 PuTTY 0.66 7 years ago
socket.c 4417ba0edc neon 0.35.0 3 months ago
ssl.c 4417ba0edc neon 0.35.0 3 months ago
string-tests.c 4417ba0edc neon 0.35.0 3 months ago
stubs.c 4417ba0edc neon 0.35.0 3 months ago
twooh7.c f10a09537b neon 0.34.2 6 months ago
uri-tests.c 4417ba0edc neon 0.35.0 3 months ago
util-socks.c 5daf2e0776 PuTTY 0.66 7 years ago
util-tests.c 4417ba0edc neon 0.35.0 3 months ago
utils.c 4417ba0edc neon 0.35.0 3 months ago
utils.h 4417ba0edc neon 0.35.0 3 months ago
xml.c 5daf2e0776 PuTTY 0.66 7 years ago
xmlreq.c c9e32d665b neon 0.32.4 3 years ago

README


Stupidly Simple Test Suite for neon
-----------------------------------

The aim of the test suite is two-fold:

1. ensure compliance to the relevant RFCs in network behaviour.

2. ensure that the promises made by the public API are met
by the current implementation.

The file `STATUS' makes an attempt at listing RFC requirements and how
the test suite tests whether neon meets them or not (it's not finished
yet).

The test suite is licensed under the GPL.

Important Note About Test Failures
----------------------------------

Note that a test failure either means a bug in the test or a bug in
the code itself. On platforms without pipe(), there is a race
condition in the code which forks a server process: if you get random
failures on a slow or loaded box, increase the sleep time in
common/child.c:minisleep().

Extra Stuff
-----------

server-tests requires that you have a running HTTP server on localhost
port 80, and you have copied htdocs/* to server-htdocs-root/test/*

Credits
-------

This test suite is inspired by the Subversion project, discussion on
the subversion mailing list, and seeing chromatic's talks on XP. The
presentation is inspired by the standard Perl test suite. Imitation
is the greatest form of flattery, right?