Author: stsp
Date: Wed Sep 26 11:16:08 2012
New Revision: 1390405

URL: http://svn.apache.org/viewvc?rev=1390405&view=rev
Log:
* subversion/tests/cmdline/stat_tests.py: Remove stray "Run the tests" comment.

Modified:
    subversion/trunk/subversion/tests/cmdline/stat_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/stat_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/stat_tests.py?rev=1390405&r1=1390404&r2=1390405&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/stat_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/stat_tests.py Wed Sep 26 11:16:08 
2012
@@ -1878,10 +1878,6 @@ def status_nested_wc_old_format(sbox):
   os.chdir(wc_dir)
   svntest.actions.run_and_verify_svn(None, [ "?       subdir\n" ], [], 'st')
 
-########################################################################
-# Run the tests
-
-
 def simple_lock(sbox, relpath):
   path = os.path.join(sbox.wc_dir, relpath)
   svntest.actions.run_and_verify_svn(None, None, [], 'lock', path)


Reply via email to