Changeset 23357
- Timestamp:
- 05/08/2008 03:14:44 PM (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/AIHyperlinks Framework/UnitTests/HyperlinkContextTest.m
r23356 r23357 34 34 35 35 - (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)"]; 38 38 [self testEnclosedURI:@"http://example.com/foo_(bar)"]; 39 39 [self testURIBorder:@"http://example.com/foo_(bar)"]; 40 40 41 [self testLaxContext:@"<><><><><<<<><><><><%@><><><><><><<<><><><><><>" withURI:@"example.com"]; 42 [self testLaxContext:@"l<><><><><<<<><><><><%@><><><><><><<<><><><><><>" withURI:@"http://example.com/foo_(bar)"]; 43 41 44 } 42 45 @end