You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lg...@apache.org on 2010/01/03 08:55:10 UTC

svn commit: r895338 - /subversion/trunk/subversion/tests/cmdline/getopt_tests.py

Author: lgo
Date: Sun Jan  3 07:55:09 2010
New Revision: 895338

URL: http://svn.apache.org/viewvc?rev=895338&view=rev
Log:
Fix a test to get the buildbot green again.

* subversion/tests/cmdline/getopt_tests.py
  (load_expected_output): Change Collabnet to ASF and svn uses a one-year copyright
   date instead of a range.

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

Modified: subversion/trunk/subversion/tests/cmdline/getopt_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/getopt_tests.py?rev=895338&r1=895337&r2=895338&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/getopt_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/getopt_tests.py Sun Jan  3 07:55:09 2010
@@ -78,8 +78,9 @@
                  (re.compile(r'version \d+\.\d+\.\d+ \(.*\)'),
                   'version X.Y.Z '),
                  # The copyright end date keeps changing; fix forever.
-                 (re.compile(r'Copyright \(C\) 2000-\d+ CollabNet\.'),
-                  'Copyright (C) YYYY-YYYY CollabNet'),
+                 (re.compile(r'Copyright \(C\) 20\d\d The Apache '
+                              'Software Foundation\.'),
+                  'Copyright (C) YYYY The Apache Software Foundation'),
                  # In 'svn --version --quiet', we print only the version
                  # number in a single line.
                  (re.compile(r'^\d+\.\d+\.\d+(-[a-zA-Z0-9]+)?$'), 'X.Y.Z\n'),