[Mono-bugs] [Bug 393429] objc2-sharp unit tests fail on PPC

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 22 21:05:43 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=393429

User jesjones at mindspring.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=393429#c5





--- Comment #5 from Jesse Jones <jesjones at mindspring.com>  2008-05-22 19:05:42 MST ---
NSAutoreleasePool can be used if you do something like:
   Object o = Construct ("NSAutoreleasePool");
   Messaging.objc_msgSend (Get(o), new Selector ("init").Handle);

instead of:
   Construct ("NSAutoreleasePool").Init();

When I do that the nunit-console2 replacement I wrote runs all the test
cleanly.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list