|
[Webware-checkins] CVS: Webware/MiddleKit/Tests/MKTypeValueChecking.mkmodel TestEmpty.py,1.1,1.2
From: Chuck Esterbrook <echuck@us...> - 2002-05-03 14:26
|
Update of /cvsroot/webware/Webware/MiddleKit/Tests/MKTypeValueChecking.mkmodel In directory usw-pr-cvs1:/tmp/cvs-serv11738/Tests/MKTypeValueChecking.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/MKTypeValueChecking.mkmodel/TestEmpty.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestEmpty.py 12 Jul 2001 03:16:55 -0000 1.1 --- TestEmpty.py 3 May 2002 14:26:31 -0000 1.2 *************** *** 17,24 **** ! def test(): from Foo import Foo from Bar import Bar - from MiddleKit.Run.ObjectStore import Store as store from MiscUtils.DataTable import DataTable import sys --- 17,23 ---- ! def test(store): from Foo import Foo from Bar import Bar from MiscUtils.DataTable import DataTable import sys |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/MiddleKit/Tests/MKTypeValueChecking.mkmodel TestEmpty.py,1.1,1.2 | Chuck Esterbrook <echuck@us...> |