Martin Prikryl b19c120bd0 neon 0.33.0 2 роки тому
..
common b19c120bd0 neon 0.33.0 2 роки тому
htdocs 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
.gdbinit 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
.gitignore b19c120bd0 neon 0.33.0 2 роки тому
COPYING 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
ChangeLog 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
Makefile.in b19c120bd0 neon 0.33.0 2 роки тому
README 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
STATUS 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
acl3744.c c9e32d665b neon 0.32.4 3 роки тому
auth.c c9e32d665b neon 0.32.4 3 роки тому
basic.c b19c120bd0 neon 0.33.0 2 роки тому
compress.c ea42131e8e neon 0.32.1 4 роки тому
expired.pem 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
largefile.c c9e32d665b neon 0.32.4 3 роки тому
lock.c b19c120bd0 neon 0.33.0 2 роки тому
makekeys.sh b19c120bd0 neon 0.33.0 2 роки тому
neon.prio ba6475dd97 neon 0.31.0 5 роки тому
notvalid.pem 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
nulca.pem 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
nulcn.pem 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
nulsan.pem 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
nulsrv.key 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
oldacl.c c9e32d665b neon 0.32.4 3 роки тому
openssl.conf b19c120bd0 neon 0.33.0 2 роки тому
props.c ea42131e8e neon 0.32.1 4 роки тому
redirect.c c9e32d665b neon 0.32.4 3 роки тому
request.c b19c120bd0 neon 0.33.0 2 роки тому
resolve.c 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
run-tests.sh ba6475dd97 neon 0.31.0 5 роки тому
run.sh ba6475dd97 neon 0.31.0 5 роки тому
session.c 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
skeleton.c 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
socket.c b19c120bd0 neon 0.33.0 2 роки тому
ssl.c b19c120bd0 neon 0.33.0 2 роки тому
string-tests.c c9e32d665b neon 0.32.4 3 роки тому
stubs.c ea42131e8e neon 0.32.1 4 роки тому
twooh7.c b19c120bd0 neon 0.33.0 2 роки тому
uri-tests.c b19c120bd0 neon 0.33.0 2 роки тому
util-socks.c 3daface2af First public commit of thirdparty_hotfix branch 8 роки тому
util-tests.c b19c120bd0 neon 0.33.0 2 роки тому
utils.c b19c120bd0 neon 0.33.0 2 роки тому
utils.h b19c120bd0 neon 0.33.0 2 роки тому
xml.c 3daface2af First public commit of thirdparty_hotfix branch 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?