Bugs item #1021369, was opened at 2004-09-02 20:34 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1021369&group_id=31650
Category: Tasks Group: 0.85 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: David Easterby (deasterby) >Assigned to: Gert Driesen (drieseng) Summary: NUnit2 does not find default assembly config file Initial Comment: If no appconfig is specified for an assembly in the test task, the default config does not get used. I believe the code that creates the default config file name incorrectly does Path.Combine(assemblyFile.FullName, ".config"); rather than simple concatenation. The attached cvs -u patch should fix. ---------------------------------------------------------------------- >Comment By: Gert Driesen (drieseng) Date: 2004-09-04 07:09 Message: Logged In: YES user_id=707851 This has been fixed in cvs. Thanks for the report and the patch ! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1021369&group_id=31650 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
