You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests are failing in XCode 15 with error messages:
Test Suite 'XMLCoderTests.xctest' failed at 2023-09-29 21:06:45.391.
Executed 330 tests, with 1 failure (0 unexpected) in 13.231 (13.339) seconds
Test Suite 'All tests' failed at 2023-09-29 21:06:45.392.
Executed 330 tests, with 1 failure (0 unexpected) in 13.231 (13.340) seconds
Program ended with exit code: 1
URLBoxTests.swift
func testInvalidValues(){letvalues:[String]=["foo\nbar","",]
for string in values {letbox=Boxed(xmlString: string)XCTAssertNil(box)}}
Tests are failing in XCode 15 with error messages:
URLBoxTests.swift
Error:
XCTAssertNil failed: "foo%0Abar"
XMLStackParser.swift
Error on line 66:
testIdentification(): failed: caught error: "Error Domain=NSXMLParserErrorDomain Code=111 "(null)""
The text was updated successfully, but these errors were encountered: