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/18 11:45:40 UTC

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

Author: dannas
Date: Fri Jun 18 09:45:40 2010
New Revision: 955914

URL: http://svn.apache.org/viewvc?rev=955914&view=rev
Log:
Follow-up to r955844. Remove a out-commented check for patch->operation 
that sneaked in somehow. We haven't yet implemented the parsing for 
operations.

* subversion/tests/libsvn_diff/parse-diff-test.c
  (test_parse_property_diff): See above.

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=955914&r1=955913&r2=955914&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c Fri Jun 18 09:45:40 2010
@@ -404,7 +404,6 @@ test_parse_property_diff(apr_pool_t *poo
   SVN_TEST_ASSERT(! strcmp(patch->old_filename, "iota"));
   SVN_TEST_ASSERT(! strcmp(patch->new_filename, "iota"));
   SVN_TEST_ASSERT(patch->hunks->nelts == 0);
-  /* SVN_TEST_ASSERT(patch->operation == svn_diff_op_deleted); */
   SVN_TEST_ASSERT(apr_hash_count(patch->property_hunks) == 3);
 
   /* Check the added property */