[Mono-bugs] [Bug 51101][Nor] New - MonoTests.System.AppDomainSetupTest.ApplicationBase3 fails on .NET 1.1

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Apr 2004 15:16:26 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lluis@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51101

--- shadow/51101	2004-04-22 15:16:26.000000000 -0400
+++ shadow/51101.tmp.14377	2004-04-22 15:16:26.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 51101
+Product: Mono: Class Libraries
+Version: unspecified
+OS: unknown
+OS Details: .NET 1.1
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ndrochak@gol.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MonoTests.System.AppDomainSetupTest.ApplicationBase3 fails on .NET 1.1
+
+When I run the tests on .NET 1.1 I get this as one of the failures. I'm 
+hoping that Gonzalo knows how to fix it easily.
+
+2) MonoTests.System.AppDomainSetupTest.ApplicationBase3 : AB3 #01
+        String lengths differ.  Expected length=45, but was length=39.
+        Strings differ at index 0.
+
+        expected:<"C:\cygwin\home\NickDr\mcs\class\cor...">
+         but was:<"c:\DOCUME~1\NickDr\LOCALS~1\Temp\la...">
+        ----------^
+
+   at MonoTests.System.AppDomainSetupTest.ApplicationBase3() in 
+c:\cygwin\home\n
+ickdr\mcs\class\corlib\Test\System\AppDomainSetupTest.cs:line 44
+
+------- Additional Comments From ndrochak@gol.com  2003-11-18 04:40 -------
+By the way, only AB3 fails.  If I ignore just that test, then all 
+the rest pass.
+
+
+
+------- Additional Comments From gonzalo@ximian.com  2003-11-18 06:15 -------
+Weird. It passes when i run them with nunit-console 2.0.9 and fail
+with 2.1.4...
+
+------- Additional Comments From lluis@ximian.com  2004-04-22 15:16 -------
+Fixed in CVS. ApplicationBase is relative to the current dir, not to
+the temp directory.