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:
authorMike Krüger <mkrueger@novell.com>2009-10-14 14:20:49 +0400
committerMike Krüger <mkrueger@novell.com>2009-10-14 14:20:49 +0400
commit654f9e0757b1faa051135d3d61b40aacfebaa6da (patch)
tree1b8467752ca93e48e9a7f87020c49b48e0da2cb9 /main/tests
parentbd3d2bb19a17fd22ff760cfbea50d91a4bc59a15 (diff)
* MonoDevelop.CSharpBinding/TestViewContent.cs: Track API changes.
svn path=/trunk/monodevelop/; revision=144083
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/UnitTests/ChangeLog5
-rw-r--r--main/tests/UnitTests/MonoDevelop.CSharpBinding/TestViewContent.cs5
2 files changed, 9 insertions, 1 deletions
diff --git a/main/tests/UnitTests/ChangeLog b/main/tests/UnitTests/ChangeLog
index 60b3bb90dc..8a80c490c7 100644
--- a/main/tests/UnitTests/ChangeLog
+++ b/main/tests/UnitTests/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-14 Mike Krüger <mkrueger@novell.com>
+
+ * MonoDevelop.CSharpBinding/TestViewContent.cs: Track API
+ changes.
+
2009-10-09 Mike Krüger <mkrueger@novell.com>
* MonoDevelop.Refactoring/DeclareLocalTests.cs: Updated
diff --git a/main/tests/UnitTests/MonoDevelop.CSharpBinding/TestViewContent.cs b/main/tests/UnitTests/MonoDevelop.CSharpBinding/TestViewContent.cs
index 065347f9bc..08ec5edf71 100644
--- a/main/tests/UnitTests/MonoDevelop.CSharpBinding/TestViewContent.cs
+++ b/main/tests/UnitTests/MonoDevelop.CSharpBinding/TestViewContent.cs
@@ -163,7 +163,10 @@ namespace MonoDevelop.CSharpBinding.Tests
public void SetCaretTo (int line, int column)
{
- }
+ }
+ public void SetCaretTo (int line, int column, bool highlightCaretLine)
+ {
+ }
public void Undo()
{