[testlib] hummm stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 15 Oct 2009 10:25:21 +0200
branchstable
changeset 3673 9342e6783bd2
parent 3672 554a588ffaea
child 3674 387d51af966d
child 3679 983c1af59c2a
[testlib] hummm
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