Adium

Changeset 24390

Show
Ignore:
Timestamp:
07/17/2008 12:14:35 AM (6 months ago)
Author:
sholt
Message:

We didn't have unit tests for URI's with query strings. We do now.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/AutoHyperlinks Framework/UnitTests/HyperlinkContextTest.m

    r24341 r24390  
    197197        [self testURIBorder:@"http://www.example.com/---"]; 
    198198         
     199        [self testEnclosedURI:@"http://www.example.com/query.php?test=YES&evilQuery=1"]; 
     200        [self testURIBorder:@"http://www.example.com/query.php?test=YES&evilQuery=1"]; 
     201        [self testEnclosedURIFollowedByCharacter:@"http://www.example.com/query.php?test=YES&evilQuery=1"]; 
     202         
    199203        [self testEnclosedURI:@"http://www.example.com/___"]; 
    200204        [self testEnclosedURI:@"http://www.example.com/$$$"];