Comment 1 for bug 909708

Revision history for this message
Siegfried Gevatter (rainct) wrote :

Committed a test case reproducing this in revision 350.

-------------------
       def testInsertWithDuplicateSubject(self):
               events = parse_events("test/data/three_events.js")
               events[0].subjects.append(list(events[0].subjects[0]))
               ids = self.insertEventsAndWait(events)
               self.assertEquals(3, len(set(ids)))
-------------------