You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/01/26 00:12:28 UTC

svn commit: r1063512 - /subversion/branches/uris-as-urls/subversion/tests/libsvn_subr/path-test.c

Author: cmpilato
Date: Tue Jan 25 23:12:27 2011
New Revision: 1063512

URL: http://svn.apache.org/viewvc?rev=1063512&view=rev
Log:
On the 'uris-as-urls' branch: More C test tweaks.

* subversion/tests/libsvn_subr/path-test.c
  (test_path_get_longest_ancestor): Fix some test input to be valid.

Modified:
    subversion/branches/uris-as-urls/subversion/tests/libsvn_subr/path-test.c

Modified: subversion/branches/uris-as-urls/subversion/tests/libsvn_subr/path-test.c
URL: http://svn.apache.org/viewvc/subversion/branches/uris-as-urls/subversion/tests/libsvn_subr/path-test.c?rev=1063512&r1=1063511&r2=1063512&view=diff
==============================================================================
--- subversion/branches/uris-as-urls/subversion/tests/libsvn_subr/path-test.c (original)
+++ subversion/branches/uris-as-urls/subversion/tests/libsvn_subr/path-test.c Tue Jan 25 23:12:27 2011
@@ -1124,7 +1124,7 @@ test_path_get_longest_ancestor(apr_pool_
     { "http://test",    "http://taste",    ""},
     { "http://test",    "http://test/foo", "http://test"},
     { "http://test",    "file://test/foo", ""},
-    { "http://test",    "http://testF",    ""},
+    { "http://test",    "http://tests",    ""},
     { "http://",        "http://test",     ""},
     { "file:///A/C",    "file:///B/D",     ""},
     { "file:///A/C",    "file:///A/D",     "file:///A"},