Changeset 916 in tests
- Timestamp:
- 07/19/2012 02:56:43 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
data/formatting/utf-8/entitize.py (modified) (1 diff)
-
data/formatting/utf-8/u-urlencode.py (modified) (1 diff)
-
data/formatting/utf-8/urlencode.py (modified) (1 diff)
-
tests/http/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/formatting/utf-8/entitize.py
r915 r916 1 # Generates entitized.txt from utf-8.txt. 2 # Used by Test_Convert_UrlEncoded_To_Entities. 1 # Generates entitized.txt from utf-8.txt 2 # 3 # entitized.txt is used by Tests_Formatting_UrlEncodedToEntities 3 4 4 5 import codecs -
trunk/data/formatting/utf-8/u-urlencode.py
r915 r916 1 # Generates u-urlencoded.txt from utf-8.txt. 2 # Used for Test_Convert_UrlEncoded_To_Entities. 1 # Generates u-urlencoded.txt from utf-8.txt 2 # 3 # u-urlencoded.txt is used by Tests_Formatting_UrlEncodedToEntities 3 4 4 5 import codecs -
trunk/data/formatting/utf-8/urlencode.py
r915 r916 1 # Generates urlencoded.txt from utf-8.txt. 2 # Used for Test_UTF8_URI_Encode. 1 # Generates urlencoded.txt from utf-8.txt 2 # 3 # urlencoded.txt is used by Tests_Formatting_Utf8UriEncode 3 4 4 5 import urllib, codecs, re -
trunk/tests/http/functions.php
r909 r916 3 3 /** 4 4 * @group http 5 * @group external-http 5 6 */ 6 7 class Tests_HTTP_Functions extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.