Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Test « Gendarme.Rules.Portability « rules « gendarme - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bebdbcff15145830fc2002302ca40f287f9850ee (plain)
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
2008-02-15  Sebastien Pouliot  <sebastien@ximian.com> 

	* ExitCodeIsLimitedOnUnixTest.cs
	* FeatureRequiresRootPrivilegeOnUnixTest.cs
	* MonoCompatibilityReviewTest.cs
	* NewLineLiteralTest.cs:
		Updated unit tests wrt framework changes.

2007-12-29  Sebastien Pouliot  <sebastien@ximian.com> 

	* ExitCodeIsLimitedOnUnixTest.cs: New. Unit tests by Daniel Abramov

2007-12-29  Sebastien Pouliot  <sebastien@ximian.com>

	* NewLineLiteralTest.cs: Remove unused variable (compiler warning).
	* MonoCompatibilityReviewTest.cs: New. Unit tests by Andreas Noever
	* Test.Rules.Portability.mdp: Add new test to MonoDevelop project 
	file.

2007-12-26  Sebastien Pouliot  <sebastien@ximian.com>

	* FeatureRequiresRootPrivilegeOnUnixTest.cs: New. Unit tests for 
	FeatureRequiresRootPrivilegeOnUnixRule.
	* NewLineLiteralTest.cs: Fix namespace and remove unneeded variable.
	* Test.Rules.Portability.mdp: Add new rule to the MonoDevelop 
	project file.

2007-10-07  Sebastien Pouliot  <sebastien@ximian.com>

	* Test.Rules.Portability.mdp: Update project file.

2006-09-28  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Adjust EXTRA_DIST to include project files in tarballs.

2006-09-20  Jonathan Chambers  <joncham@gmail.com>

	* Test.Rules.Portability.csproj: Make reference to nunit.framework
	not a specific version for portability.
	
2006-07-31  Sebastien Pouliot  <sebastien@ximian.com>

	* Test.Rules.Portability.mdp: New. Project file for MonoDevelop.
	* NewLineLiteralTest.cs: Avoid compiler warnings.

2006-03-17  Sebastien Pouliot  <sebastien@ximian.com>

	* NewLineLiteralTest.cs: New. Unit tests for the NewLineLiteralRule.