Uploaded image for project: 'Swift Driver'
  1. Swift Driver
  2. SWIFT-293

bsonEquals does not work for arrays of different length

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 0.0.8
    • None
    • None

    Description

      This test fails:

      ```

      func testBsonArrays()

      { let b0: [BSONValue] = [1, 2] let b1: [BSONValue] = [1, 2, 3] XCTAssertFalse(bsonEquals(b0, b1)) }

      ```

      Attachments

        Activity

          People

            patrick.freed@mongodb.com Patrick Freed
            jason.flax@mongodb.com Jason Flax
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: