Error in User Guide sample Test Case

Project:FoneMonkey
Created:Wed, 03/03/2010 - 15:23
Changed:Sat, 03/13/2010 - 17:26
Reported By:jfricker
Component:Docs
Category:bug report
Priority:normal
Assigned:Unassigned
Status:fixed
Description

On http://www.gorillalogic.com/books/fonemonkey-doc/user-guide/writing-test...
 the example should be runScript not playAndWait.

- (void) testSample {
    NSString* lastResult = [[FoneMonkey sharedMonkey] runScript:@"Test1"];
    STAssertNil(lastResult, lastResult);
}

#1

Status:active» fixed