Martin Prikryl f10a09537b neon 0.34.2 пре 9 месеци
..
common 99e2a1d6d3 neon 0.34.0 пре 1 година
htdocs b71da71575 OpenSSL 1.0.1q пре 8 година
.gdbinit b71da71575 OpenSSL 1.0.1q пре 8 година
.gitignore b19c120bd0 neon 0.33.0 пре 2 година
COPYING b71da71575 OpenSSL 1.0.1q пре 8 година
ChangeLog b71da71575 OpenSSL 1.0.1q пре 8 година
Makefile.in b19c120bd0 neon 0.33.0 пре 2 година
README b71da71575 OpenSSL 1.0.1q пре 8 година
STATUS b71da71575 OpenSSL 1.0.1q пре 8 година
acl3744.c c9e32d665b neon 0.32.4 пре 3 година
auth.c 99e2a1d6d3 neon 0.34.0 пре 1 година
basic.c b19c120bd0 neon 0.33.0 пре 2 година
compress.c ea42131e8e neon 0.32.1 пре 4 година
expired.pem b71da71575 OpenSSL 1.0.1q пре 8 година
largefile.c c9e32d665b neon 0.32.4 пре 3 година
lock.c f10a09537b neon 0.34.2 пре 9 месеци
makekeys.sh b19c120bd0 neon 0.33.0 пре 2 година
neon.prio ba6475dd97 neon 0.31.0 пре 5 година
notvalid.pem b71da71575 OpenSSL 1.0.1q пре 8 година
nulca.pem b71da71575 OpenSSL 1.0.1q пре 8 година
nulcn.pem b71da71575 OpenSSL 1.0.1q пре 8 година
nulsan.pem b71da71575 OpenSSL 1.0.1q пре 8 година
nulsrv.key b71da71575 OpenSSL 1.0.1q пре 8 година
oldacl.c c9e32d665b neon 0.32.4 пре 3 година
openssl.conf b19c120bd0 neon 0.33.0 пре 2 година
props.c f10a09537b neon 0.34.2 пре 9 месеци
redirect.c 99e2a1d6d3 neon 0.34.0 пре 1 година
request.c 99e2a1d6d3 neon 0.34.0 пре 1 година
resolve.c b71da71575 OpenSSL 1.0.1q пре 8 година
run-tests.sh ba6475dd97 neon 0.31.0 пре 5 година
run.sh 99e2a1d6d3 neon 0.34.0 пре 1 година
session.c 99e2a1d6d3 neon 0.34.0 пре 1 година
skeleton.c b71da71575 OpenSSL 1.0.1q пре 8 година
socket.c 99e2a1d6d3 neon 0.34.0 пре 1 година
ssl.c 99e2a1d6d3 neon 0.34.0 пре 1 година
string-tests.c c9e32d665b neon 0.32.4 пре 3 година
stubs.c ea42131e8e neon 0.32.1 пре 4 година
twooh7.c f10a09537b neon 0.34.2 пре 9 месеци
uri-tests.c f10a09537b neon 0.34.2 пре 9 месеци
util-socks.c b71da71575 OpenSSL 1.0.1q пре 8 година
util-tests.c 99e2a1d6d3 neon 0.34.0 пре 1 година
utils.c 99e2a1d6d3 neon 0.34.0 пре 1 година
utils.h 99e2a1d6d3 neon 0.34.0 пре 1 година
xml.c b71da71575 OpenSSL 1.0.1q пре 8 година
xmlreq.c c9e32d665b neon 0.32.4 пре 3 година

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?