You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/01/25 16:04:25 UTC

svn commit: r902835 - in /subversion/trunk/subversion/tests/cmdline: copy_tests.py getopt_tests.py info_tests.py utf8_tests.py

Author: hwright
Date: Mon Jan 25 15:04:24 2010
New Revision: 902835

URL: http://svn.apache.org/viewvc?rev=902835&view=rev
Log:
Add commas to the last items in the test lists.

* subversion/tests/cmdline/copy_tests.py,
  subversion/tests/cmdline/utf8_tests.py,
  subversion/tests/cmdline/info_tests.py,
  subversion/tests/cmdline/getopt_tests.py
  (test_list): As above.

Modified:
    subversion/trunk/subversion/tests/cmdline/copy_tests.py
    subversion/trunk/subversion/tests/cmdline/getopt_tests.py
    subversion/trunk/subversion/tests/cmdline/info_tests.py
    subversion/trunk/subversion/tests/cmdline/utf8_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/copy_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/copy_tests.py?rev=902835&r1=902834&r2=902835&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Mon Jan 25 15:04:24 2010
@@ -4352,7 +4352,7 @@
               path_copy_in_repo_2475,
               commit_copy_depth_empty,
               copy_below_copy,
-              XFail(move_below_move)
+              XFail(move_below_move),
              ]
 
 if __name__ == '__main__':

Modified: subversion/trunk/subversion/tests/cmdline/getopt_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/getopt_tests.py?rev=902835&r1=902834&r2=902835&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/getopt_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/getopt_tests.py Mon Jan 25 15:04:24 2010
@@ -205,7 +205,7 @@
               getopt__help,
               getopt_help,
               getopt_help_bogus_cmd,
-              getopt_help_log_switch
+              getopt_help_log_switch,
             ]
 
 if __name__ == '__main__':

Modified: subversion/trunk/subversion/tests/cmdline/info_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/info_tests.py?rev=902835&r1=902834&r2=902835&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/info_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/info_tests.py Mon Jan 25 15:04:24 2010
@@ -292,7 +292,7 @@
 test_list = [ None,
               info_with_tree_conflicts,
               info_on_added_file,
-              info_on_mkdir
+              info_on_mkdir,
              ]
 
 if __name__ == '__main__':

Modified: subversion/trunk/subversion/tests/cmdline/utf8_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/utf8_tests.py?rev=902835&r1=902834&r2=902835&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/utf8_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/utf8_tests.py Mon Jan 25 15:04:24 2010
@@ -154,7 +154,7 @@
 
 # list all tests here, starting with None:
 test_list = [ None,
-              Skip(basic_utf8_conversion)
+              Skip(basic_utf8_conversion),
              ]
 
 if __name__ == '__main__':