|
[Webware-checkins] CVS: Webware/MiddleKit/Tests/MKString.mkmodel TestEmpty.py,1.2,1.3
From: Chuck Esterbrook <echuck@us...> - 2002-05-03 14:26
|
Update of /cvsroot/webware/Webware/MiddleKit/Tests/MKString.mkmodel In directory usw-pr-cvs1:/tmp/cvs-serv11738/Tests/MKString.mkmodel Modified Files: TestEmpty.py Log Message: - Remove ObjectStore.Store var which referred to the first store that happened to be created. - Remove the store arg to MiddleObject.__init__(store) which was little used and confusing. - Test suite clean ups. - Make MKMultipleStores test having 2 different stores. This works now. - Can now have two WebKit contexts that use MiddleKit without problems. - Add MKMultipleStores to default set of test suites. Index: TestEmpty.py =================================================================== RCS file: /cvsroot/webware/Webware/MiddleKit/Tests/MKString.mkmodel/TestEmpty.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestEmpty.py 5 May 2001 16:53:12 -0000 1.2 --- TestEmpty.py 3 May 2002 14:26:31 -0000 1.3 *************** *** 1,5 **** ! def test(): from Foo import Foo - from MiddleKit.Run.ObjectStore import Store as store a100 = 'a'*100 --- 1,4 ---- ! def test(store): from Foo import Foo a100 = 'a'*100 |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/MiddleKit/Tests/MKString.mkmodel TestEmpty.py,1.2,1.3 | Chuck Esterbrook <echuck@us...> |