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

ChangeLog « Mono.TextTemplating.Tests « TextTemplating « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 061fc503b537ceaf7404d3f73de84eb8532758d9 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
2009-12-11  Michael Hutchinson  <mhutchinson@novell.com>

	* Mono.TextTemplating.Tests.csproj: Don't local-copy nunit.

2009-11-27  Olivier Dagenais  <olivier.dagenais@gmail.com>

	* GenerationTests.cs: Make tests independent of the runtime
	  they are running under by stripping the "autogenerated"
	  comment (i.e. the first 9 lines).

2009-10-29  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.TextTemplating.Tests.csproj: Flush.

2009-08-13  Lluis Sanchez Gual  <lluis@novell.com>

	* DummyHost.cs: Fix windows build.

2009-08-13  Michael Hutchinson  <mhutchinson@novell.com>

	* Mono.TextTemplating.Tests.csproj: Use assembly refs for
	  nunit.

2009-08-12  Michael Hutchinson  <mhutchinson@novell.com>

	* Mono.TextTemplating.Tests.csproj: Include the ASP.NET MVC
	  and TextTemplating addins in the main solution and build.

2009-04-13  Michael Hutchinson  <mhutchinson@novell.com>

	* GenerationTests.cs: Add tests for Windows/Mac newlines.

2009-04-03  Michael Hutchinson  <mhutchinson@novell.com>

	* Mono.TextTemplating.Tests.csproj: Updated.

	* GenerationTests.cs: Add test for C# output.

	* ParsingTests.cs: Track dummy host name change.

	* DummyHost.cs: Add more functionality to dummy host.

2009-03-13  Michael Hutchinson  <mhutchinson@novell.com>

	* Mono.TextTemplating.Tests.csproj: Move output dir from
	  ../bin to ../build.

2009-03-13  Michael Hutchinson  <mhutchinson@novell.com>

	* Mono.TextTemplating.Tests.csproj: Fix output directory.

2009-03-12  Michael Hutchinson  <mhutchinson@novell.com>

	* Mono.TextTemplating.Tests.csproj: Updated.

	* ParsingTests.cs: Add parser test.

	* DummyHost.cs: Dummy templating host.

2009-03-12  Michael Hutchinson  <mhutchinson@novell.com>

	* Mono.TextTemplating.Tests.csproj: Add tests.

	* ParsingTests.cs: Tokeniser state/value/location test.