[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/
Backported rev 26449-52
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Aug 12 11:54:16 EDT 2004
Log message for revision 27054:
Backported rev 26449-52
Changed:
U Zope3/branches/ZopeX3-3.0/src/zope/schema/tests/test_accessors.py
U Zope3/branches/ZopeX3-3.0/src/zope/testing/tests.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/schema/tests/test_accessors.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/schema/tests/test_accessors.py 2004-08-12 15:50:30 UTC (rev 27053)
+++ Zope3/branches/ZopeX3-3.0/src/zope/schema/tests/test_accessors.py 2004-08-12 15:54:16 UTC (rev 27054)
@@ -11,10 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Test Interface accessor methods.
-XXX longer description goes here.
-
$Id$
"""
Modified: Zope3/branches/ZopeX3-3.0/src/zope/testing/tests.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/testing/tests.py 2004-08-12 15:50:30 UTC (rev 27053)
+++ Zope3/branches/ZopeX3-3.0/src/zope/testing/tests.py 2004-08-12 15:54:16 UTC (rev 27054)
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""XXX short summary goes here.
+"""Tests for the testing framework.
$Id$
"""
More information about the Zope3-Checkins
mailing list