bh: thuban/test test_baserenderer.py,1.12,1.13

cvs@intevation.de cvs at intevation.de
Fri Feb 18 20:28:47 CET 2005


Author: bh

Update of /thubanrepository/thuban/test
In directory doto:/tmp/cvs-serv18899/test

Modified Files:
	test_baserenderer.py 
Log Message:
(TestBaseRenderer.setUp): Fix doc-string


Index: test_baserenderer.py
===================================================================
RCS file: /thubanrepository/thuban/test/test_baserenderer.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- test_baserenderer.py	18 Feb 2005 14:54:17 -0000	1.12
+++ test_baserenderer.py	18 Feb 2005 19:28:45 -0000	1.13
@@ -1,4 +1,4 @@
-# Copyright (C) 2003 by Intevation GmbH
+# Copyright (C) 2003, 2005 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #
@@ -129,8 +129,8 @@
     def setUp(self):
         """Set self.to_destroy to an empty list
 
-        Test should put all objects whose Destroy should be called atunittest.main
-        the end into this list so that they're destroyed in tearDown
+        Tests should put all objects whose Destroy should be called at
+        the end into this list so that they're destroyed in tearDown.
         """
         self.to_destroy = []
 





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)