Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14248
Modified Files:
ChangeLog
Log Message:
Fixed two tests in test_SQLExpression so that it does not fail when Entity.attributesToFetch() changes the order of the returned attributes
Index: ChangeLog
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ChangeLog 2 Aug 2004 20:54:47 -0000 1.2
--- ChangeLog 24 Nov 2004 11:26:30 -0000 1.3
***************
*** 1,2 ****
--- 1,13 ----
+ 2004-11-24 Sebastien Bigaret <sbi...@us...>
+
+ * tests/test_SQLExpression.py
+ (TestSQLExpression_2.test_06_prepareSelectExpressionWithAttributes_01):
+ * tests/test_SQLExpression.py
+ (TestSQLExpression_2.test_07_prepareSelectExpressionWithAttributes_02):
+ Fixed so that it does not fail when Entity.attributesToFetch()
+ changes the order of the returned attributes (which, in
+ particular, depends on which attribuest are marked as
+ 'usedForLocking')
+
2004-08-02 Sebastien Bigaret <sbi...@us...>
|