Changeset 24471
- Timestamp:
- 07/21/2008 07:53:32 PM (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/AutoHyperlinks Framework/UnitTests/HyperlinkContextTest.h
r24470 r24471 14 14 - (void)testJID; 15 15 - (void)testEdgeURI; 16 - (void)testComposit Context;16 - (void)testCompositeContext; 17 17 @end trunk/Frameworks/AutoHyperlinks Framework/UnitTests/HyperlinkContextTest.m
r24470 r24471 217 217 } 218 218 219 - (void)testComposit Context {219 - (void)testCompositeContext { 220 220 NSString *URI1 = @"mailto:test@example.com"; 221 221 NSString *URI2 = @"xmpp:test@example.com";