Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-441

Son equality check should also check order

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.4
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      self.assertNotEqual(
          SON((('a', 'b'), ('c', 'd'))),
          SON((('c', 'd'), ('a', 'b')))
      )
      

            Assignee:
            ross@mongodb.com Ross Lawley
            Reporter:
            ross@mongodb.com Ross Lawley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: