[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/registration/tests/test_registrations.py
	Adapted test to changes of copypastemove copyTo and moveTo
    Uwe Oestermeier 
    uwe_oestermeier at iwm-kmrc.de
       
    Tue Oct 12 14:46:26 EDT 2004
    
    
  
Log message for revision 28028:
  Adapted test to changes of copypastemove copyTo and moveTo
Changed:
  U   Zope3/trunk/src/zope/app/registration/tests/test_registrations.py
-=-
Modified: Zope3/trunk/src/zope/app/registration/tests/test_registrations.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/tests/test_registrations.py	2004-10-12 18:38:03 UTC (rev 28027)
+++ Zope3/trunk/src/zope/app/registration/tests/test_registrations.py	2004-10-12 18:46:25 UTC (rev 28028)
@@ -298,6 +298,7 @@
 
         >>> copier = RegisterableCopier(component)
         >>> copier.copyTo(sm['default'], 'bar')
+        'bar'
 
     The copied component is not used:
 
    
    
More information about the Zope3-Checkins
mailing list