[Modeling-cvs] ProjectModeling/Modeling/tests test_PyModel.py,1.2,1.3
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-07-23 11:24:01
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/tests In directory sc8-pr-cvs1:/tmp/cvs-serv9847/tests Modified Files: test_PyModel.py Log Message: misc. check Index: test_PyModel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_PyModel.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test_PyModel.py 7 Jul 2003 14:57:14 -0000 1.2 --- test_PyModel.py 23 Jul 2003 11:23:58 -0000 1.3 *************** *** 344,348 **** ), ] ! #self.model.build() #self.check_model(self.model) #self.check_inverse_rels(self.model) --- 344,348 ---- ), ] ! self.assertRaises(ValueError, self.model.build) #self.check_model(self.model) #self.check_inverse_rels(self.model) |