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 2010/09/24 20:28:28 UTC

svn commit: r1001009 - /subversion/trunk/tools/client-side/svnmucc/svnmucc-test.py

Author: cmpilato
Date: Fri Sep 24 18:28:27 2010
New Revision: 1001009

URL: http://svn.apache.org/viewvc?rev=1001009&view=rev
Log:
* tools/client-side/svnmucc/svnmucc-test.py
  (main): Add some tests for 'propset' (which actually fail on code
    that predates my fix from r1000607).

Modified:
    subversion/trunk/tools/client-side/svnmucc/svnmucc-test.py

Modified: subversion/trunk/tools/client-side/svnmucc/svnmucc-test.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svnmucc/svnmucc-test.py?rev=1001009&r1=1001008&r2=1001009&view=diff
==============================================================================
--- subversion/trunk/tools/client-side/svnmucc/svnmucc-test.py (original)
+++ subversion/trunk/tools/client-side/svnmucc/svnmucc-test.py Fri Sep 24 18:28:27 2010
@@ -279,6 +279,13 @@ def main():
   run_svnmucc(['M /foo/bar'], #---------
               'propdel', 'testprop', 'foo/bar')
 
+  # revision 18
+  run_svnmucc(['M /foo/z.c',
+               'M /foo/foo',
+               ], #---------
+              'propset', 'testprop', 'true', 'foo/z.c',
+              'propset', 'testprop', 'true', 'foo/foo')
+
   # Expected missing revision error
   xrun_svnmucc(['svnmucc: \'a\' is not a revision'
                 ], #---------