diff options
author | Dan Winship <danw@src.gnome.org> | 2006-06-09 16:28:13 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2006-06-09 16:28:13 +0000 |
commit | fea222c5f1bf284f2f491ffd3c329f039dd76240 (patch) | |
tree | d6a0a368eaf6c410d0246d05fd8142c900fffc8b /tests/htpasswd | |
parent | 6b07580dad1eff4f8b5732aa4f3230c24fd04ba2 (diff) | |
download | libsoup-fea222c5f1bf284f2f491ffd3c329f039dd76240.tar.gz |
Add tests for apache, output tests/httpd.conf
* configure.in: Add tests for apache, output tests/httpd.conf
* tests/htdigest:
* tests/htpasswd:
* tests/httpd.conf.in: Apache 2.2 config files for auth-test
* tests/apache-wrapper.c (apache_init, apache_cleanup): functions
to start/stop apache
* tests/auth-test.c: Use apache-wrapper functions to start a local
apache process to test authentication against, since the auth-test
tree at developer.ximian.com went missing a long time ago. #311825
* tests/Makefile.am (auth_test_SOURCES): use apache-wrapper.c
(TESTS): include auth-test if HAVE_APACHE.
* libsoup/soup-session.c (lookup_auth): Fix this in the case of a
URI pointing to a directory rather than a file.
Diffstat (limited to 'tests/htpasswd')
-rw-r--r-- | tests/htpasswd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/htpasswd b/tests/htpasswd new file mode 100644 index 00000000..04e9ce29 --- /dev/null +++ b/tests/htpasswd @@ -0,0 +1,3 @@ +user1:sTFk2g6n8RsWY +user2:N.Dlbd.xU4K1w +user3:c2vSU/3eQHy.w |