Edgewall Software

Changes between Version 9 and Version 10 of TracDev/FunctionalTests


Ignore:
Timestamp:
Jun 10, 2010, 9:23:41 AM (14 years ago)
Author:
Christian Boos
Comment:

note about fcrypt Windows prerequisites

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/FunctionalTests

    v9 v10  
    1616}}}
    1717
     18On Windows, you'll need [http://carey.geek.nz/code/python-fcrypt/ fcrypt], otherwise you'll get  the following error when running the tests:
     19{{{
     20"Exception: Unable to setup admin password"
     21}}}
     22
     23
    1824To run the functional tests, execute:
    1925{{{
     
    2430make functional-test
    2531}}}
     32(only for 0.12 - Trac 0.11 has no Makefile)
    2633
    2734When using Python 2.3 on the 0.11-stable branch, you'll need to extract attachment:244-for-23.zip somewhere and extend your PYTHONPATH with this `244-for-23` folder. It contains code borrowed from Python 2.4.4, adapted a bit so that it works with Python 2.3.