You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/10/14 17:08:48 UTC

svn commit: r1531938 - /subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Author: philip
Date: Mon Oct 14 15:08:47 2013
New Revision: 1531938

URL: http://svn.apache.org/r1531938
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (move_abspath_more_than_once): Add array terminators to avoid spurious FAILs.

Modified:
    subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Modified: subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c?rev=1531938&r1=1531937&r2=1531938&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Mon Oct 14 15:08:47 2013
@@ -8396,6 +8396,7 @@ move_abspath_more_than_once(const svn_te
       {2, "C/A/A",      "base-deleted", NO_COPY_FROM},
       {2, "C/A/A/A",    "base-deleted", NO_COPY_FROM},
 
+      {0},
     };
     SVN_ERR(check_db_rows(&b, "", nodes));
   }
@@ -8443,6 +8444,7 @@ move_abspath_more_than_once(const svn_te
       {2, "C/A/A",      "base-deleted", NO_COPY_FROM, "AAA_3"},
       {2, "C/A/A/A",    "base-deleted", NO_COPY_FROM},
 
+      {0},
     };
     SVN_ERR(check_db_rows(&b, "", nodes));
   }