chore: upgrade to new Xcode version

This commit is contained in:
relikd
2025-07-20 20:18:03 +02:00
parent d44a38b729
commit 70d35f304e
16 changed files with 52 additions and 30 deletions

View File

@@ -284,7 +284,7 @@
[[xmlData getParser] parseSync:&error];
XCTAssertNotNil(error);
XCTAssertEqual(error.code, 76);
XCTAssertEqualObjects(error.localizedDescription, @"Opening and ending tag mismatch: channel line 0 and rss");
XCTAssertEqualObjects(error.localizedDescription, @"Opening and ending tag mismatch: channel line 10 and rss");
}
- (void)testHttpSchemePrepending {