Skip to content

Commit

Permalink
Fixing tests for Linux 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Oct 11, 2024
1 parent 212ba92 commit bdd5423
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Tests/Acceptance/ID3TagEditorAcceptanceTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -856,13 +856,9 @@ class ID3TagEditorAcceptanceTest: XCTestCase {
("testWriteTagV4WithPng", testWriteTagV4WithPng),
("testWriteTagV4SynchsafeIntegers", testWriteTagV4SynchsafeIntegers),
("testWriteUnsynchronisedLyrics", testWriteUnsynchronisedLyrics),
("testReadNewFramesV2", testReadNewFramesV2),
("testReadNewFramesV3", testReadNewFramesV3),
("testReadNewFramesV4", testReadNewFramesV4),
("testWriteNewFramesV2", testWriteNewFramesV2),
("testWriteNewFramesV3", testWriteNewFramesV3),
("testWriteNewFramesV4", testWriteNewFramesV4),
("testFramesAfterAttachdPicturesAreWritten", testFramesAfterAttachdPicturesAreWritten),
("testCommentWithUTF8EncodingAndNoContentDescription", testCommentWithUTF8EncodingAndNoContentDescription)
]
}
1 change: 0 additions & 1 deletion Tests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public func __allTests() -> [XCTestCaseEntry] {
testCase(ID3FrameHeaderCreatorTest.allTests),
testCase(ID3LocalizedFrameParsingOperationTest.allTests),
testCase(ID3TagEditorAcceptanceTest.allTests),
testCase(ID3TagEditorWriteReadAcceptanceTest.allTests),
testCase(ID3TagTest.allTests),
testCase(ID3TagVersionParserTest.allTests)
]
Expand Down

0 comments on commit bdd5423

Please sign in to comment.