From eb52b97a1eeab3a622ebf25a65a750c5e6ece492 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 2 Sep 2011 11:43:49 -0500 Subject: tests: actually use bzip for test tarball I inadvertently gzipped it last night. That in itself doesn't cause any tests to fail because the download strategy code is robust, but it's fixed here anyway to be consistent. Basically, I'm dumb. I also took the opportunity to remove the other resource fork file, so the tarball is clean. Signed-off-by: Jack Nagel --- Library/Homebrew/test/tarballs/testball-0.1.tbz | Bin 1346 -> 1294 bytes Library/Homebrew/test/test_checksums.rb | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/test/tarballs/testball-0.1.tbz b/Library/Homebrew/test/tarballs/testball-0.1.tbz index 1fa1cd3a2..539cabad0 100644 Binary files a/Library/Homebrew/test/tarballs/testball-0.1.tbz and b/Library/Homebrew/test/tarballs/testball-0.1.tbz differ diff --git a/Library/Homebrew/test/test_checksums.rb b/Library/Homebrew/test/test_checksums.rb index fbcf50394..a4c88300c 100644 --- a/Library/Homebrew/test/test_checksums.rb +++ b/Library/Homebrew/test/test_checksums.rb @@ -20,7 +20,7 @@ class ChecksumTests < Test::Unit::TestCase def test_md5 valid_md5 = Class.new(TestBall) do - @md5='a04e0a201dcf2e5758ad351f7eea3ddc' + @md5='060844753f2a3b36ecfc3192d307dab2' end good_checksum valid_md5 @@ -36,7 +36,7 @@ class ChecksumTests < Test::Unit::TestCase def test_sha1 valid_sha1 = Class.new(TestBall) do - @sha1='027afeac65cfb27c15fc372122e6b2be2c14daba' + @sha1='482e737739d946b7c8cbaf127d9ee9c148b999f5' end good_checksum valid_sha1 @@ -52,7 +52,7 @@ class ChecksumTests < Test::Unit::TestCase def test_sha256 valid_sha256 = Class.new(TestBall) do - @sha256='b537438cdd7519dc645d034d7e01f0bcdf908758901f26550e6bf65b496c4474' + @sha256='1dfb13ce0f6143fe675b525fc9e168adb2215c5d5965c9f57306bb993170914f' end good_checksum valid_sha256 -- cgit v1.2.3