[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/HTTP/tests - __init__.py:1.1.2.1
Stephan Richter
srichter@cbu.edu
Wed, 13 Mar 2002 05:57:32 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/HTTP/tests
In directory cvs.zope.org:/tmp/cvs-serv11175/lib/python/Zope/App/ZopePublication/HTTP/tests
Added Files:
Tag: srichter-OFS_Formulator-branch
__init__.py
Log Message:
- Added some more tests. Won;t do more, since Publisher is being redesigned
later this week. I will wait until then.
- Added preliminary SOAP support, so we can test Mozilla's SOAP
capabilities. Unfortunately, soaplib is very old; I will look into using
SOAPpy instead. It seems fairly complete.
=== Added File Zope3/lib/python/Zope/App/ZopePublication/HTTP/tests/__init__.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""
Test Module.
$Id: __init__.py,v 1.1.2.1 2002/03/13 10:57:31 srichter Exp $
"""