1
0
Эх сурвалжийг харах

update changelog + remove IOSafetyTests

Nejc Vivod 7 жил өмнө
parent
commit
83bcc7a5e5

+ 2 - 2
CHANGELOG.md

@@ -25,8 +25,8 @@ All notable changes to this project will be documented in this file. Changes not
 ## Changed
 
 - 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)
-- Update `HttpParser` so it percent-encodes the URL components before initializing `URLComponents`
-- Update `SwifterTestsHttpParser` with a test for parsing bracketed query strings
+- 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)
+- Update `SwifterTestsHttpParser` with a test for parsing bracketed query strings. ([#423](https://github.com/httpswift/swifter/pull/423)) by [@nejcvivod](https://github.com/nejcvivod)
 
 # [1.4.7] 
 

+ 0 - 1
XCode/Tests/XCTestManifests.swift

@@ -97,7 +97,6 @@ extension SwifterTestsWebSocketSession {
 
 public func __allTests() -> [XCTestCaseEntry] {
     return [
-        testCase(IOSafetyTests.__allTests__IOSafetyTests),
         testCase(MimeTypeTests.__allTests__MimeTypeTests),
         testCase(ServerThreadingTests.__allTests__ServerThreadingTests),
         testCase(SwifterTestsHttpParser.__allTests__SwifterTestsHttpParser),