You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/03/04 09:15:14 UTC

svn commit: r1573927 - /subversion/trunk/subversion/bindings/ctypes-python/test/wc.py

Author: breser
Date: Tue Mar  4 08:15:14 2014
New Revision: 1573927

URL: http://svn.apache.org/r1573927
Log:
Follow-up to r1570053: fix ctypes-python binding test.

* subversion/bindings/ctypes-python/test/wc.py
  (test_diff): Per the r1570053 change we no longer report revision 0 for
    non-existent paths.

Modified:
    subversion/trunk/subversion/bindings/ctypes-python/test/wc.py

Modified: subversion/trunk/subversion/bindings/ctypes-python/test/wc.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/ctypes-python/test/wc.py?rev=1573927&r1=1573926&r2=1573927&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/ctypes-python/test/wc.py (original)
+++ subversion/trunk/subversion/bindings/ctypes-python/test/wc.py Tue Mar  4 08:15:14 2014
@@ -168,7 +168,7 @@ class WCTestCase(unittest.TestCase):
         path = "%s/branches/0.x/README.txt" % wc_location
         diffstring="""Index: """+path+"""
 ===================================================================
---- """+path+"""\t(revision 0)
+--- """+path+"""\t(nonexistent)
 +++ """+path+"""\t(revision 5)
 @@ -0,0 +1,9 @@
 +This repository is for test purposes only. Any resemblance to any other