monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone.monotone-0.99: ce77486843f4


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.monotone-0.99: ce77486843f41d50ebf60183c2afc901ce3b5c6a
Date: Sun, 5 Dec 2010 04:37:01 GMT

revision:            ce77486843f41d50ebf60183c2afc901ce3b5c6a
date:                2010-12-05T04:36:44
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone.monotone-0.99
changelog:
applied changes from 37610c8e8486e1ff2369f6d8a35c1dbe9ffbd028
             through f4d9a9a65688dbe7f3a0e074edb38db5308db221

manifest:
format_version "1"

new_manifest [a5dd064b26fa4194e81a0ceb6d2b55e4d840a03a]

old_revision [814064853cfb2d8b3cf0eea5e5de51337cd20694]

patch "unit-tests/paths.cc"
 from [f443111b016125fb2b00af638586853a68369ad9]
   to [13dfa659d5004f26fb85b285990378ccd7a180ac]
============================================================
--- unit-tests/paths.cc	f443111b016125fb2b00af638586853a68369ad9
+++ unit-tests/paths.cc	13dfa659d5004f26fb85b285990378ccd7a180ac
@@ -634,7 +634,11 @@ UNIT_TEST(system)
 #else
   UNIT_TEST_CHECK(tilde_expanded[0] == '/');
 #endif
-  UNIT_TEST_CHECK(tilde_expanded.find('~') == string::npos);
+  // This test should not be performed, tildes are allowed in the middle
+  // of paths, and we have already shown in the previous test that what
+  // we expected happened (or didn't).
+  //UNIT_TEST_CHECK(tilde_expanded.find('~') == string::npos);
+
   // on Windows, ~name is not expanded
 #ifdef WIN32
   UNIT_TEST_CHECK(system_path("~this_user_does_not_exist_anywhere")

reply via email to

[Prev in Thread] Current Thread [Next in Thread]