// // P4ObjectLayerTests.m // P4ObjectLayerTests // // Created by Michael Bishop on 3/18/11. // Copyright 2011 Numerical Garden LLC. All rights reserved. // #import "P4ObjectLayerTests.h" #import "P4Mapper.h" @implementation P4ObjectLayerTests - (void)setUp { [super setUp]; // Set-up code here. } - (void)tearDown { // Tear-down code here. [super tearDown]; } - (void)testExample { P4Mapper * mapper = [[P4Mapper new] autorelease]; mapper.entries = [NSArray arrayWithObjects:@"//depot/mbishop/... //mbishop-mac/mbishop/...", nil]; } @end