Update of /cvsroot/happydoc/HappyDoc/happydoclib/formatter
In directory usw-pr-cvs1:/tmp/cvs-serv12501/happydoclib/formatter
Modified Files:
openoffice.py
Log Message:
Provide a default for the output directory for tests.
Index: openoffice.py
===================================================================
RCS file: /cvsroot/happydoc/HappyDoc/happydoclib/formatter/openoffice.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** openoffice.py 24 Oct 2001 21:27:35 -0000 1.1
--- openoffice.py 4 Aug 2002 10:47:30 -0000 1.2
***************
*** 326,330 ****
class OpenOfficeUnitTest(StreamFlushTest):
! def __init__(self, methodName, outputDir):
StreamFlushTest.__init__(self, methodName, outputDir)
return
--- 326,330 ----
class OpenOfficeUnitTest(StreamFlushTest):
! def __init__(self, methodName, outputDir=''):
StreamFlushTest.__init__(self, methodName, outputDir)
return
|