Make WordPress Core


Ignore:
Timestamp:
03/27/2008 09:44:34 PM (18 years ago)
Author:
tellyworth
Message:

restore the accented character test in test_wp_unique_filename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testcase/test_includes_functions.php

    r188 r189  
    163163                str_replace('-', '%', $testimg), // test%image.png
    164164               
    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
    167166               
    168167                '12%af34567890~!@#$..%^&*()_+qwerty  uiopasd fghjkl zxcvbnm<>?:"{}".png', // kitchen sink
     
    202201                'testimage.png',
    203202               
    204                 // FIXME
    205                 //'testtest-image.png',
     203                'testtest-image.png',
    206204               
    207205                '12%af34567890_qwerty-uiopasd-fghjkl-zxcvbnm.png',
Note: See TracChangeset for help on using the changeset viewer.