提交 f73547ee 编写于 作者: J Justin Collins

Test comparing pre-release version number

上级 74a62aa6
......@@ -48,4 +48,8 @@ class BaseCheckTests < Test::Unit::TestCase
def test_version_between_longer
assert_equal false, version_between?("1.0.1.2", "1.0.0", "1.0.1")
end
def test_version_between_pre_release
assert version_between?("3.2.9.rc2", "3.2.5", "4.0.0")
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册