# HG changeset patch # User Sylvain Thénault # Date 1255595121 -7200 # Node ID 9342e6783bd2dedc8dfe61d77493c9893535807e # Parent 554a588ffaea3889354581d5ad0f4c1ce606f164 [testlib] hummm diff -r 554a588ffaea -r 9342e6783bd2 devtools/fill.py --- a/devtools/fill.py Thu Oct 15 10:13:52 2009 +0200 +++ b/devtools/fill.py Thu Oct 15 10:25:21 2009 +0200 @@ -404,12 +404,14 @@ for subjeid, objeid in used: if subjcard in '?1' and subjeid in subjeids: subjeids.remove(subjeid) - if objeid in objeids: - objeids.remove(objeid) + # XXX why? + #if objeid in objeids: + # objeids.remove(objeid) if objcard in '?1' and objeid in objeids: objeids.remove(objeid) - if subjeid in subjeids: - subjeids.remove(subjeid) + # XXX why? + #if subjeid in subjeids: + # subjeids.remove(subjeid) if not subjeids: check_card_satisfied(objcard, objeids, subj, rschema, obj) return