Enable two more bzip2 compression tests

This commit is contained in:
Timofey Solomko
2017-10-01 15:00:51 +03:00
parent c6a7379d0f
commit a8f842b773
+11 -7
View File
@@ -75,14 +75,18 @@ class BZip2CompressTests: XCTestCase {
try answerTest("test5")
}
// func testWithAnswer6BZip2Compress() throws {
// try answerTest("test6")
// }
//
// func testWithAnswer7BZip2Compress() throws {
// try answerTest("test7")
// }
func testWithAnswer6BZip2Compress() throws {
try answerTest("test6")
}
#if LONG_TESTS
func testWithAnswer7BZip2Compress() throws {
try answerTest("test7")
}
#endif
func testWithAnswer8BZip2Compress() throws {
try answerTest("test8")
}