File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (121 lines) | stat: -rw-r--r-- 3,986 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
2010-02-18  Marek Habersack  <mhabersack@novell.com>

	* HostingEnvironmentTest.cs: added a test for HostEnvironment
	property values both in hosted and non-hosted environments. Patch
	contributed by Tiaan Geldenhuys <tagdev@gmail.com>, thanks!

2009-01-07  Geoff Norton  <gnorton@novell.com>

	* ApplicationHostTest.cs: Fix a few case-sensitiviy issues.

2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* ApplicationHostTest.cs: ignore the CachePath test. We are settig it
	to DynamicBase to make all the temporary and shadow-copied files go
	into the same directory.

2008-03-13  Marek Habersack  <mhabersack@novell.com>

	* ApplicationHostTest.cs: adjust test for the PrivateBinPath
	change in ApplicationHost.

2007-11-03  Marek Habersack  <mhabersack@novell.com>

	* ApplicationHostTest.cs: adjust ConstructorTest for
	AppDomainSetup.PrivateBinPath changes.

2007-08-24  Marek Habersack  <mhabersack@novell.com>

	* ApplicationHostTest.cs: use ; as the separator in the
	PrivateBinPath test.

2007-08-21  Marek Habersack  <mhabersack@novell.com>

	* ApplicationHostTest.cs: adjust the test for the PrivateBinPath
	changes.

2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* SimpleWorkerRequestTest.cs: new tests for PathInfo and disabled a test
	that throws a nullref under MS.

	* ApplicationHostTest.cs: fixed 2 assertions to expect what MS does.

2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* HostingEnvironmentTest.cs: tests for MapPath.

2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* VirtualPathProviderTest.cs: tests for GetFileHash.

2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* HostingEnvironmentTest.cs: new tests.

2006-01-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* VirtualPathProviderTest.cs: new tests.

2005-11-23  Robert Jordan  <robertj@gmx.net>

	* SimpleWorkerRequestTest.cs: added a test case for #76794.

2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ApplicationHostTest.cs: disabled a test.

2005-09-21  Sebastien Pouliot  <sebastien@ximian.com> 

	* SimpleWorkerRequestTest.cs: When in doubt write more tests...

2005-09-18  Sebastien Pouliot  <sebastien@ximian.com> 

	* SimpleWorkerRequestTest.cs: Ensure a trailing / in the expected path
	as GetAppPathTranslated must have one (while most directory methods
	don't append one).

2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>

	* SimpleWorkerRequestTest.cs: Added a test case (GetUriPath) that was 
	failing in the CAS tests (but wasn't CAS related).
	* SimpleWorkerRequestCas.cs: Ignore the ctor(string,string,TextWriter)
	test as I don't have a working test case. Simplify GetUriPath check
	so it doesn't fail.

2005-09-10  Sebastien Pouliot  <sebastien@ximian.com>

	* AppDomainFactoryCas.cs: New. CAS unit tests for AppDomainFactory.
	* ApplicationHostCas.cs: New. CAS unit tests for ApplicationHost.
	* ISAPIRuntimeCas.cs: New. CAS unit tests for ISAPIRuntime.
	* SimpleWorkerRequestCas.cs: New. CAS unit tests for 
	SimpleWorkerRequest.
	* SimpleWorkerRequestTest.cs: Added a few (unworking) test cases for
	GetPathInfo method.

2005-08-22  Chris Toshok  <toshok@ximian.com>

	* SimpleWorkerRequestTest.cs (Host): make cwd =
	"Environment.CurrentDirectory + Path.DirectorySeparatorChar" so we
	pass on MS.

2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* SimpleWorkerRequestTest.cs: add 2 more assertions.
	* ApplicationHostTest.cs: fix test for the path of web.config.

2005-07-27  Miguel de Icaza  <miguel@novell.com>

	* SimpleWorkerRequestTest.cs: Do not use the "/tmp" directory as
	that makes the tests fail if we create a hosted
	SimpleWorkerRequest.

	Instead use the current directory, and before starting up, create
	a bin directory and copy the assembly there to allow us to create
	a host.

	Also, replicate the tests for when we are hosted in a new
	appdomain, as "MapPath" does work in this case.  When running
	SimpleWorkerRequest on the main domain MapPath always returns
	null.