fixed issue Merging two ways corrupts step_count #10492 #2545
Annotations
13 errors and 1 warning
test/spec/actions/join.js > iD.actionJoin > #disabled > returns 'conflicting_tags' for two entities that have conflicting tags:
test/spec/actions/join.js#L270
AssertionError: expected undefined to equal 'conflicting_tags'
- Expected:
"conflicting_tags"
+ Received:
undefined
❯ test/spec/actions/join.js:270:66
❯ test/spec_helpers.mts:30:73
|
test/spec/actions/join.js > iD.actionJoin > joins a --> b <== c <++ d **> e:
test/spec/actions/join.js#L402
AssertionError: expected { 'lanes:backward': '4' } to deeply equal { 'lanes:backward': 2 }
- Expected
+ Received
Object {
- "lanes:backward": 2,
+ "lanes:backward": "4",
}
❯ test/spec/actions/join.js:402:43
❯ test/spec_helpers.mts:30:73
|
test/spec/actions/join.js > iD.actionJoin > merges tags:
test/spec/actions/join.js#L518
AssertionError: expected { a: 'a', b: '-;=;=', c: 'c', …(2) } to deeply equal { a: 'a', b: '-;=', c: 'c', …(2) }
- Expected
+ Received
Object {
"a": "a",
- "b": "-;=",
+ "b": "-;=;=",
"c": "c",
"d": "d",
"e": "e",
}
❯ test/spec/actions/join.js:518:43
❯ test/spec_helpers.mts:30:73
|
test/spec/osm/entity.js > iD.osmEntity > #mergeTags > combines combined tags:
test/spec/osm/entity.js#L160
AssertionError: expected { a: 'a;b;b' } to deeply equal { a: 'a;b' }
- Expected
+ Received
Object {
- "a": "a;b",
+ "a": "a;b;b",
}
❯ test/spec/osm/entity.js:160:49
❯ test/spec_helpers.mts:30:73
|
test/spec/osm/entity.js > iD.osmEntity > #mergeTags > combines combined tags with whitespace:
test/spec/osm/entity.js#L168
AssertionError: expected { a: 'a; b;b' } to deeply equal { a: 'a;b' }
- Expected
+ Received
Object {
- "a": "a;b",
+ "a": "a; b;b",
}
❯ test/spec/osm/entity.js:168:49
❯ test/spec_helpers.mts:30:73
|
build (20)
Process completed with exit code 1.
|
build (18)
The job was canceled because "_20" failed.
|
test/spec/actions/join.js > iD.actionJoin > #disabled > returns 'conflicting_tags' for two entities that have conflicting tags:
test/spec/actions/join.js#L270
AssertionError: expected undefined to equal 'conflicting_tags'
- Expected:
"conflicting_tags"
+ Received:
undefined
❯ test/spec/actions/join.js:270:66
❯ test/spec_helpers.mts:30:73
|
test/spec/actions/join.js > iD.actionJoin > joins a --> b <== c <++ d **> e:
test/spec/actions/join.js#L402
AssertionError: expected { 'lanes:backward': '4' } to deeply equal { 'lanes:backward': 2 }
- Expected
+ Received
Object {
- "lanes:backward": 2,
+ "lanes:backward": "4",
}
❯ test/spec/actions/join.js:402:43
❯ test/spec_helpers.mts:30:73
|
test/spec/actions/join.js > iD.actionJoin > merges tags:
test/spec/actions/join.js#L518
AssertionError: expected { a: 'a', b: '-;=;=', c: 'c', …(2) } to deeply equal { a: 'a', b: '-;=', c: 'c', …(2) }
- Expected
+ Received
Object {
"a": "a",
- "b": "-;=",
+ "b": "-;=;=",
"c": "c",
"d": "d",
"e": "e",
}
❯ test/spec/actions/join.js:518:43
❯ test/spec_helpers.mts:30:73
|
test/spec/osm/entity.js > iD.osmEntity > #mergeTags > combines combined tags:
test/spec/osm/entity.js#L160
AssertionError: expected { a: 'a;b;b' } to deeply equal { a: 'a;b' }
- Expected
+ Received
Object {
- "a": "a;b",
+ "a": "a;b;b",
}
❯ test/spec/osm/entity.js:160:49
❯ test/spec_helpers.mts:30:73
|
test/spec/osm/entity.js > iD.osmEntity > #mergeTags > combines combined tags with whitespace:
test/spec/osm/entity.js#L168
AssertionError: expected { a: 'a; b;b' } to deeply equal { a: 'a;b' }
- Expected
+ Received
Object {
- "a": "a;b",
+ "a": "a; b;b",
}
❯ test/spec/osm/entity.js:168:49
❯ test/spec_helpers.mts:30:73
|
build (18)
The operation was canceled.
|
build (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|