Changeset 189 in tests for wp-testcase/test_includes_functions.php
- Timestamp:
- 03/27/2008 09:44:34 PM (18 years ago)
- File:
-
- 1 edited
-
wp-testcase/test_includes_functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-testcase/test_includes_functions.php
r188 r189 163 163 str_replace('-', '%', $testimg), // test%image.png 164 164 165 // FIXME: this doesn't work on many systems because strtolower() mangles it 166 //'test' . str_replace('e', 'é', $testimg), // tést-imagé.png 165 'test' . str_replace('e', 'é', $testimg), // tést-imagé.png 167 166 168 167 '12%af34567890~!@#$..%^&*()_+qwerty uiopasd fghjkl zxcvbnm<>?:"{}".png', // kitchen sink … … 202 201 'testimage.png', 203 202 204 // FIXME 205 //'testtest-image.png', 203 'testtest-image.png', 206 204 207 205 '12%af34567890_qwerty-uiopasd-fghjkl-zxcvbnm.png',
Note: See TracChangeset
for help on using the changeset viewer.