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
XCTAssertTrue(UInt(actualLength)== expectedLength,"fileSystemRepresentation was too short")
306
306
XCTAssertTrue(strncmp(TestNSURL.gBaseCurrentWorkingDirectoryPath, fileSystemRep,Int(strlen(TestNSURL.gBaseCurrentWorkingDirectoryPath)))==0,"fileSystemRepresentation of base path is wrong")
XCTAssertTrue(actualLength == expectedLength,"fileSystemRepresentation was too short")
361
361
XCTAssertTrue(strncmp(TestNSURL.gBaseCurrentWorkingDirectoryPath, fileSystemRep,Int(strlen(TestNSURL.gBaseCurrentWorkingDirectoryPath)))==0,"fileSystemRepresentation of base path is wrong")
0 commit comments