From a8f842b7737dcfd755cdb3abe176efa98475aa46 Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Sun, 1 Oct 2017 15:00:51 +0300 Subject: [PATCH] Enable two more bzip2 compression tests --- Tests/BZip2CompressionTests.swift | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Tests/BZip2CompressionTests.swift b/Tests/BZip2CompressionTests.swift index 6c4f0bb1..12113479 100644 --- a/Tests/BZip2CompressionTests.swift +++ b/Tests/BZip2CompressionTests.swift @@ -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") }