bh: thuban/test support.py,1.19,1.20

cvs@intevation.de cvs at intevation.de
Mon May 9 20:36:04 CEST 2005


Author: bh

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

Modified Files:
	support.py 
Log Message:
(FileLoadTestCase.filename): Fix doc-string.


Index: support.py
===================================================================
RCS file: /thubanrepository/thuban/test/support.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- support.py	27 Oct 2003 17:11:20 -0000	1.19
+++ support.py	9 May 2005 18:36:02 -0000	1.20
@@ -1,4 +1,4 @@
-# Copyright (c) 2002, 2003 by Intevation GmbH
+# Copyright (c) 2002, 2003, 2004 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #
@@ -268,8 +268,8 @@
     def filename(self):
         """Return the name of the test file to use.
 
-        The default implementation simply calls self.volatile_file_name
-        with a basename derived from the class name by stripping off a
+        The default implementation simply calls self.temp_file_name with
+        a basename derived from the class name by stripping off a
         leading 'test_' and appending self.file_extension.
         """
         name = self.__class__.__name__





More information about the Thuban-devel mailing list

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