Skip to content

Commit

Permalink
Update deps (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
sboh1214 committed Jan 24, 2021
1 parent ae21bf6 commit ce0fc19
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "CoreHwp", targets: ["CoreHwp"])
],
dependencies: [
.package(url: "https://github.com/CoreOffice/OLEKit.git", .exact("0.3.0")),
.package(url: "https://github.com/CoreOffice/OLEKit.git", .exact("0.3.1")),
.package(url: "https://github.com/tsolomko/SWCompression.git", .exact("4.5.7")),

.package(url: "https://github.com/Quick/Nimble", .exact("9.0.0"))
Expand Down
11 changes: 11 additions & 0 deletions Tests/CoreHwpTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ extension Create2018Tests {
("testCreate", testCreate),
("testDocInfo", testDocInfo),
("testfileHeader", testfileHeader),
("testPreviewText", testPreviewText),
("testSectionArray", testSectionArray),
]
}
Expand All @@ -48,6 +49,15 @@ extension FileHeaderTests {
]
}

extension HwpErrorTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__HwpErrorTests = [
("test", test),
]
}

extension HwpUtilTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
Expand Down Expand Up @@ -121,6 +131,7 @@ public func __allTests() -> [XCTestCaseEntry] {
testCase(Create2014Tests.__allTests__Create2014Tests),
testCase(Create2018Tests.__allTests__Create2018Tests),
testCase(FileHeaderTests.__allTests__FileHeaderTests),
testCase(HwpErrorTests.__allTests__HwpErrorTests),
testCase(HwpUtilTests.__allTests__HwpUtilTests),
testCase(NooriDocInfoTests.__allTests__NooriDocInfoTests),
testCase(NooriPreviewTests.__allTests__NooriPreviewTests),
Expand Down

0 comments on commit ce0fc19

Please sign in to comment.