|
[Webware-checkins] CVS: Webware/MiddleKit/Tests Test.py,1.9,1.10
From: Geoff Talvola <gtalvola@us...> - 2002-03-02 15:13
|
Update of /cvsroot/webware/Webware/MiddleKit/Tests In directory usw-pr-cvs1:/tmp/cvs-serv31163 Modified Files: Test.py Log Message: fixing MiddleKit test suite so that it runs MKObjRefReuse test properly Index: Test.py =================================================================== RCS file: /cvsroot/webware/Webware/MiddleKit/Tests/Test.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Test.py 26 Jan 2002 02:13:29 -0000 1.9 --- Test.py 2 Mar 2002 15:13:56 -0000 1.10 *************** *** 80,83 **** --- 80,84 ---- def insertSamples(self): + self.createDatabase() filename = 'GeneratedSQL/InsertSamples.sql' filename = os.path.normpath(filename) |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/MiddleKit/Tests Test.py,1.9,1.10 | Geoff Talvola <gtalvola@us...> |