Re: NSSpeechSynthesizer delegate method not called in OCUint

2008-07-26 Thread Omar Qazi
On Jul 25, 2008, at 6:14 PM, Sean DeNigris wrote: Hi, I'm using OCUnit injected into my project executable in xCode to test a class that contains an NSSynthesizer. The following didFinishSpeaking method gets called when I run the app normally, but not in the test. This is because, ostensi

NSSpeechSynthesizer delegate method not called in OCUint

2008-07-25 Thread Sean DeNigris
Hi, I'm using OCUnit injected into my project executable in xCode to test a class that contains an NSSynthesizer. The following didFinishSpeaking method gets called when I run the app normally, but not in the test. - (id)init { ... speechSynthesizer = [NSSpeechSynthesizer new];