https://bugzilla.novell.com/show_bug.cgi?id=405574
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=405574#c3 Gert Driesen <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from Gert Driesen <[EMAIL PROTECTED]> 2008-07-02 08:35:54 MDT --- Miguel, your workaround was actually incomplete. I've added a standalone test case (see test t46 in mcs/class/System.Configuration/Test/standalone) that shows we should default to the configuration file of the current appdomain (AppDomain.CurrentDomain.SetupInformation.ConfigurationFile) when exePath is null or an empty string. The attached patch fixes our implementation to match that of MS, and adds/improves a few unit tests. It also fixes the t46 standalone test. -- 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
