more VersionComparator tests

This commit is contained in:
zab
2012-12-09 16:59:51 +00:00
parent d8417cbf71
commit 32a8bb7a3e

View File

@ -41,6 +41,7 @@ class VersionComparatorSpec extends FunSpec with ShouldMatchers {
same("0.1.2","0-1-2") same("0.1.2","0-1-2")
same("0.1.2","0_1_2") same("0.1.2","0_1_2")
same("0.1.2-foo", "0.1.2-bar") same("0.1.2-foo", "0.1.2-bar")
same("0.1-asdf3","0_1.3fdsa")
// this should be the same, no? --zab // this should be the same, no? --zab
less("0.1.2","0.1.2.0") less("0.1.2","0.1.2.0")