func testCanDoFalseCaseThree () {
        let catalogue = XyoFlagProcedureCatalog(forOther: 8,
                                                  withOther: 8)
                
        XCTAssertEqual(false, catalogue.canDo(bytes: [0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x01, 0x00]))