https://bugzilla.novell.com/show_bug.cgi?id=393429
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=393429#c5 --- Comment #5 from Jesse Jones <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
