Changeset 34055

Show
Ignore:
Timestamp:
03/07/08 03:22:33 (2 months ago)
Author:
Quandary
Message:

Provide all the non-WordPress bits necessary to run tests straight from the repo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • in-series/branches/maintenance/3.x/3.1/in-series-test

    • Property svn:externals set to
      simpletest -r1657 https://simpletest.svn.sourceforge.net/svnroot/simpletest/simpletest/trunk
  • in-series/branches/maintenance/3.x/3.1/in-series-test/README

    r18909 r34055  
    1 In order to run these tests, you will need the latest CVS version of SimpleTest 
    2 (and either place that directory in this directory and call it "simpletest", or 
    3 make a symlink named "simpletest" pointing to that directory). 
     1The test cases are built on the simpletest framework. An appropriate external 
     2repository is referenced, and will show up in the simpletest directory. However, 
     3some modifications to the stock simpletest code are required in order for the 
     4tests to run. The modifications are stored in simpletest_tweaks.diff, and can 
     5be applied with the following command line (on most UNIX/Linux-like systems): 
    46 
    5 Note that I run with local modifications to SimpleTest, so things may not work 
    6 out 100% perfect for you. This might be fixed in the future. :) 
     7 
     8patch -p0 < simpletest_tweaks.diff 
     9 
    710 
    811Additionally, WordPress has some bugs (gasp!). The default theme needs to be