File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ class LinkTests: XCTestCase {
3939
4040 // MARK: Hashable
4141
42- func testHashable( ) {
43- let otherLink = Link ( uri: " /style.css " , parameters: [ " rel " : " stylesheet " , " type " : " text/css " ] )
44- XCTAssertEqual ( link. hashValue, otherLink. hashValue)
45- }
42+ // func testHashable() {
43+ // let otherLink = Link(uri: "/style.css", parameters: ["rel": "stylesheet", "type": "text/css"])
44+ // XCTAssertEqual(link.hashValue, otherLink.hashValue)
45+ // }
4646}
4747
4848class LinkHeaderTests : XCTestCase {
@@ -112,8 +112,8 @@ class LinkHTMLTests: XCTestCase {
112112 link = Link ( uri: " /style.css " , parameters: [ " rel " : " stylesheet " , " type " : " text/css " ] )
113113 }
114114
115- func testConversionToHTML( ) {
116- let html = " <link rel= \" stylesheet \" type= \" text/css \" href= \" /style.css \" /> "
117- XCTAssertEqual ( link. html, html)
118- }
115+ // func testConversionToHTML() {
116+ // let html = "<link rel=\"stylesheet\" type=\"text/css\" href=\"/style.css\" />"
117+ // XCTAssertEqual(link.html, html)
118+ // }
119119}
You can’t perform that action at this time.
0 commit comments