Skip to content

Commit 83bcc7a

Browse files
committed
update changelog + remove IOSafetyTests
1 parent 3c3663b commit 83bcc7a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ All notable changes to this project will be documented in this file. Changes not
2525
## Changed
2626

2727
- Set the version of the HTTP Server based in the project version in the **Info.plist** for macOS, iOS and tvOS platforms. ([#416](https://github.com/httpswift/swifter/pull/416)) by [@Vkt0r](https://github.com/Vkt0r)
28-
- Update `HttpParser` so it percent-encodes the URL components before initializing `URLComponents`
29-
- Update `SwifterTestsHttpParser` with a test for parsing bracketed query strings
28+
- Update `HttpParser` so it percent-encodes the URL components before initializing `URLComponents`. ([#423](https://github.com/httpswift/swifter/pull/423)) by [@nejcvivod](https://github.com/nejcvivod)
29+
- Update `SwifterTestsHttpParser` with a test for parsing bracketed query strings. ([#423](https://github.com/httpswift/swifter/pull/423)) by [@nejcvivod](https://github.com/nejcvivod)
3030

3131
# [1.4.7]
3232

XCode/Tests/XCTestManifests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ extension SwifterTestsWebSocketSession {
9797

9898
public func __allTests() -> [XCTestCaseEntry] {
9999
return [
100-
testCase(IOSafetyTests.__allTests__IOSafetyTests),
101100
testCase(MimeTypeTests.__allTests__MimeTypeTests),
102101
testCase(ServerThreadingTests.__allTests__ServerThreadingTests),
103102
testCase(SwifterTestsHttpParser.__allTests__SwifterTestsHttpParser),

0 commit comments

Comments
 (0)