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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-03-02 16:53:48 +0300
committerLluis Sanchez <lluis@novell.com>2010-03-02 16:53:48 +0300
commitc1686f5374a14e434ecf680815df3d3fe46c6a52 (patch)
treedc635695e63f4ccc7041f5604e50c3e4c9f8e279 /main/src/addins/MonoDevelop.Debugger/ChangeLog
parent5631f8737913fe4561701209961fc15f8b214629 (diff)
* Makefile.am: Added target for running the tests.
* MonoDevelop.Debugger.Tests/DebugTests.cs: * MonoDevelop.Debugger.Tests.TestApp/Main.cs: * MonoDevelop.Debugger.Tests/EvaluationTests.cs: * MonoDevelop.Debugger.Tests/MdbEvaluationTests.cs: Added boxing tests. Disable assignment tests for MDB only, they now work with SDB. svn path=/trunk/monodevelop/; revision=152836
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/ChangeLog')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/ChangeLog b/main/src/addins/MonoDevelop.Debugger/ChangeLog
index 3b349880f3..e6e459f10f 100644
--- a/main/src/addins/MonoDevelop.Debugger/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger/ChangeLog
@@ -1,5 +1,9 @@
2010-03-02 Lluis Sanchez Gual <lluis@novell.com>
+ * Makefile.am: Added target for running the tests.
+
+2010-03-02 Lluis Sanchez Gual <lluis@novell.com>
+
* MonoDevelop.Debugger/DebuggingService.cs: Clean the
breakpoint list when closing the solution.