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

ChangeLog « MonoDevelop.Debugger.Tests « MonoDevelop.Debugger « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 920c56f6245c802b5fabe171b9726322836b6f8f (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
2010-04-14  Lluis Sanchez Gual  <lluis@novell.com>

	* StackFrameTests.cs:
	* MdbStackFrameTests.cs:
	* SdbEvaluationTests.cs:
	* SdbStackFrameTests.cs:
	* MdbEvaluationTests.cs:
	* MonoDevelop.Debugger.Tests.csproj: Added new test suite for
	  StackFrame. Reorganized a bit the namespaces. Added tests
	  for bug #580994.

2010-04-06  Lluis Sanchez Gual  <lluis@novell.com>

	* EvaluationTests.cs: Make some tests work on windows.

2010-03-17  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.Tests.csproj: Merged MD.Projects into
	  MD.Core, and MD.Projects.Gui, MD.Core.Gui and MD.Components
	  into MD.Ide.

2010-03-03  Lluis Sanchez Gual  <lluis@novell.com>

	* EvaluationTests.cs:
	* MdbEvaluationTests.cs: Fix tests. Formatting rules have
	  changed.

2010-03-02  Lluis Sanchez Gual  <lluis@novell.com>

	* DebugTests.cs:
	* EvaluationTests.cs:
	* MdbEvaluationTests.cs: Added boxing tests. Disable
	  assignment tests for MDB only, they now work with SDB.

2010-02-16  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.Tests.csproj: Flush.

	* DebugTests.cs: Added support for lazy loading of add-ins

2009-12-16  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.Tests.csproj: Add missing file.