aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorXu Cheng2015-04-17 21:36:13 +0800
committerXu Cheng2015-04-19 14:21:50 +0800
commit61a711f8025ebcf7480db71c21897a44521f752e (patch)
treea0ab188ab4684b8e888ad5c7d160a5bbfcbd1544 /Library/Homebrew/test
parent47aae82d33a0dc76e5f759658480b4fa4fe0bd04 (diff)
downloadbrew-61a711f8025ebcf7480db71c21897a44521f752e.tar.bz2
stop supporting 0_5_0 style bottle version
The original formula (disco) has been moved to use 0.5.0 style version string. So actually no one is using such style. Stop supporting such style, so it wouldn't be ambiguous with revision part in `Formula#pkg_version`. Closes Homebrew/homebrew#38750. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_bottle_versions.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/test/test_bottle_versions.rb b/Library/Homebrew/test/test_bottle_versions.rb
index 1ba8ba5d9..c6ab855ca 100644
--- a/Library/Homebrew/test/test_bottle_versions.rb
+++ b/Library/Homebrew/test/test_bottle_versions.rb
@@ -36,11 +36,6 @@ class BottleVersionParsingTests < Homebrew::TestCase
'/usr/local/pazpar2-1.6.39.mavericks.bottle.tar.gz'
end
- def test_disco_style
- assert_version_detected '0_5_0',
- '/usr/local/disco-0_5_0.mavericks.bottle.tar.gz'
- end
-
def test_zpython_style
assert_version_detected '00-5.0.5',
'/usr/local/zpython-00-5.0.5.mavericks.bottle.tar.gz'