mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r11715@catbus: nickm | 2007-02-08 14:07:03 -0500
Oops; the change in tor_version_is_obsolete broke a unit test. svn:r9529
This commit is contained in:
+1
-1
@@ -1688,7 +1688,7 @@ test_dir_format(void)
|
||||
test_v_i_o(VS_NEW, "0.1.0", "Tor 0.0.2,Tor 0.0.3");
|
||||
test_v_i_o(VS_RECOMMENDED, "0.0.7rc2", "0.0.7,Tor 0.0.7rc2,Tor 0.0.8");
|
||||
test_v_i_o(VS_OLD, "0.0.5.0", "0.0.5.1-cvs");
|
||||
test_v_i_o(VS_NEW_IN_SERIES, "0.0.5.1-cvs", "0.0.5");
|
||||
test_v_i_o(VS_NEW_IN_SERIES, "0.0.5.1-cvs", "0.0.5, 0.0.6");
|
||||
/* Not on list, but newer than any in same series. */
|
||||
test_v_i_o(VS_NEW_IN_SERIES, "0.1.0.3",
|
||||
"Tor 0.1.0.2,Tor 0.0.9.5,Tor 0.1.1.0");
|
||||
|
||||
Reference in New Issue
Block a user