Edgewall Software

Changes between Initial Version and Version 2 of Ticket #11259


Ignore:
Timestamp:
Jul 28, 2013, 6:35:29 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Should I make the #!/usr/bin/python/usr/bin/env python replacement for these files as well?

./contrib/workflow/migrate_original_to_basic.py:#!/usr/bin/python
./contrib/emailfilter.py:#!/usr/bin/python
./contrib/cgi-bin/trac.fcgi:#!/usr/bin/python
./contrib/cgi-bin/trac.cgi:#!/usr/bin/python
./contrib/checkwiki.py:#!/usr/bin/python
./contrib/htpasswd.py:#!/usr/bin/python

To solve (2), I just added another user "joe" in FunctionalTestEnvironment, and used that user rather than "joé" in RegressionTestTicket4630a, RegressionTestTicket4630b and RegressionTestTicket5394a.

Changes can be found in repos:rjollos.git:t11259.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11259 – Description

    initial v2  
    2828}}}
    2929 1. [browser:/tags/trac-1.0.1/trac/db/tests/functional.py] doesn't have the executable property set on checkout from SVN or after cloning the Git repository.
     30 1. Add license headers to all test case files.