Adium

Changeset 23357

Show
Ignore:
Timestamp:
05/08/2008 03:14:44 PM (7 months ago)
Author:
sholt
Message:

More tests for wacky contexts

Files:

Legend:

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

    r23356 r23357  
    3434 
    3535- (void)testEdgeURI { 
    36 //    [self testEnclosedURI:@"example.com/foo_(bar)"]; 
    37 //    [self testURIBorder:@"example.com/foo_(bar)"]; 
     36      [self testEnclosedURI:@"example.com/foo_(bar)"]; 
     37      [self testURIBorder:@"example.com/foo_(bar)"]; 
    3838        [self testEnclosedURI:@"http://example.com/foo_(bar)"]; 
    3939        [self testURIBorder:@"http://example.com/foo_(bar)"]; 
     40 
    4041        [self testLaxContext:@"<><><><><<<<><><><><%@><><><><><><<<><><><><><>" withURI:@"example.com"]; 
     42        [self testLaxContext:@"l<><><><><<<<><><><><%@><><><><><><<<><><><><><>" withURI:@"http://example.com/foo_(bar)"]; 
     43 
    4144} 
    4245@end