[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/StartUp/tests - addThreadCallable.py:1.1.2.1

Ulrich Eck ueck@net-labs.de
Wed, 11 Dec 2002 06:28:37 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/StartUp/tests
In directory cvs.zope.org:/tmp/cvs-serv21506

Added Files:
      Tag: jack-e_scheduler_branch
	addThreadCallable.py 
Log Message:
test for addThread Directive (only temporary till a real solution is implemented)


=== Added File Zope3/lib/python/Zope/App/StartUp/tests/addThreadCallable.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.
# 
##############################################################################
"""
   Helper Function to test addThread Directive
$Id: addThreadCallable.py,v 1.1.2.1 2002/12/11 11:28:37 jack-e Exp $
"""

def aSimpleCallableTest(_zodb,arg1,arg2):
    return _zodb, arg1, arg2