aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2011-09-02 11:43:49 -0500
committerJack Nagel2011-09-02 11:45:56 -0500
commiteb52b97a1eeab3a622ebf25a65a750c5e6ece492 (patch)
treead8d11aa1238ae8713b368eea255023596289761 /Library/Homebrew/test
parent74ee65466cb321ba60db5ac6c1c568bcc9db56d3 (diff)
downloadbrew-eb52b97a1eeab3a622ebf25a65a750c5e6ece492.tar.bz2
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/tarballs/testball-0.1.tbzbin1346 -> 1294 bytes
-rw-r--r--Library/Homebrew/test/test_checksums.rb6
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/test/tarballs/testball-0.1.tbz b/Library/Homebrew/test/tarballs/testball-0.1.tbz
index 1fa1cd3a2..539cabad0 100644
--- a/Library/Homebrew/test/tarballs/testball-0.1.tbz
+++ b/Library/Homebrew/test/tarballs/testball-0.1.tbz
Binary files 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