[Modeling-cvs] ProjectModeling/Modeling/tests test_EditingContext_Global.py,1.37,1.38
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-08-02 15:24:09
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/tests In directory sc8-pr-cvs1:/tmp/cvs-serv637 Modified Files: test_EditingContext_Global.py Log Message: Added tests for bug #780495 Index: test_EditingContext_Global.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_EditingContext_Global.py,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** test_EditingContext_Global.py 2 Aug 2003 15:13:43 -0000 1.37 --- test_EditingContext_Global.py 2 Aug 2003 15:24:06 -0000 1.38 *************** *** 1207,1211 **** ec=EditingContext() ws=ec.fetchCount('Writer', 'books.title like "*"') ! self.assertEqual(len(ws), 2) def test_999_customSQLQuery(self): --- 1207,1211 ---- ec=EditingContext() ws=ec.fetchCount('Writer', 'books.title like "*"') ! self.assertEqual(ws, 2) def test_999_customSQLQuery(self): |