Changeset 34055
- Timestamp:
- 03/07/08 03:22:33 (2 months ago)
- 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
- Property svn:externals set to
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). 1 The test cases are built on the simpletest framework. An appropriate external 2 repository is referenced, and will show up in the simpletest directory. However, 3 some modifications to the stock simpletest code are required in order for the 4 tests to run. The modifications are stored in simpletest_tweaks.diff, and can 5 be applied with the following command line (on most UNIX/Linux-like systems): 4 6 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 8 patch -p0 < simpletest_tweaks.diff 9 7 10 8 11 Additionally, WordPress has some bugs (gasp!). The default theme needs to be
