Update of /cvsroot/modeling/ProjectModeling/Modeling/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv19150/tests
Modified Files:
run.py
Log Message:
Added tests for PyModels in global test suite
Index: run.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/run.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** run.py 14 Mar 2003 11:40:13 -0000 1.5
--- run.py 23 Jul 2003 12:19:10 -0000 1.6
***************
*** 37,40 ****
--- 37,41 ----
import test_Relationship
import test_ImportExport
+ import test_PyModel
# Control Layer
import test_GlobalID # before EditingContext
***************
*** 86,89 ****
--- 87,91 ----
suite.addTest(test_Relationship.test_suite())
suite.addTest(test_ImportExport.test_suite())
+ suite.addTest(test_PyModel.test_suite())
suite.addTest(test_GlobalID.test_suite())
suite.addTest(test_KeyValueCoding.test_suite())
|