You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/06/30 20:58:53 UTC

svn commit: r959409 - /subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c

Author: dannas
Date: Wed Jun 30 18:58:52 2010
New Revision: 959409

URL: http://svn.apache.org/viewvc?rev=959409&view=rev
Log:
Follow-up to r959356. 

* subversion/tests/libsvn_diff/parse-diff-test.c
  (git_unidiff): Remove note about the need to add more cases to this patch
    since we've added those test cases in another test.

Modified:
    subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c

Modified: subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c?rev=959409&r1=959408&r2=959409&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c Wed Jun 30 18:58:52 2010
@@ -56,12 +56,6 @@ static const char *unidiff =
   "Name: svn:mergeinfo"                                                 NL
   ""                                                                    NL;
 
-/* ### We need to add plenty of more cases to this patch:
- * ### copy with modifications
- * ### rename
- * ### rename with modications 
- * ### add with modifications
- * ### delete with modifications*/
 static const char *git_unidiff =
   "Index: A/mu (deleted)"                                               NL
   "===================================================================" NL