aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-09-20 15:52:08 -0500
committerJack Nagel2013-09-20 15:52:08 -0500
commit5b7b8fb5da08f838b024d17ec6f3ce8b5ef8adb4 (patch)
treea7080e40ab563405fee68a9cd56d128e19e31b98 /Library
parent497ccdc41c11411184f36a2e0d0626fb9df9b99b (diff)
downloadbrew-5b7b8fb5da08f838b024d17ec6f3ce8b5ef8adb4.tar.bz2
At some point this started working again
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_versions.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/test/test_versions.rb b/Library/Homebrew/test/test_versions.rb
index f14b60f12..927cd2bac 100644
--- a/Library/Homebrew/test/test_versions.rb
+++ b/Library/Homebrew/test/test_versions.rb
@@ -238,10 +238,10 @@ class VersionParsingTests < Test::Unit::TestCase
assert_version_detected '8d', 'http://www.ijg.org/files/jpegsrc.v8d.tar.gz'
end
- # def test_version_ghc_style
- # assert_version_detected '7.0.4', 'http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-x86_64-apple-darwin.tar.bz2'
- # assert_version_detected '7.0.4', 'http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-i386-apple-darwin.tar.bz2'
- # end
+ def test_version_ghc_style
+ assert_version_detected '7.0.4', 'http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-x86_64-apple-darwin.tar.bz2'
+ assert_version_detected '7.0.4', 'http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-i386-apple-darwin.tar.bz2'
+ end
def test_pypy_version
assert_version_detected '1.4.1', 'http://pypy.org/download/pypy-1.4.1-osx.tar.bz2'