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:
authorVaclav Vancura <vaclav@vancura.org>2016-02-16 22:34:41 +0300
committerVaclav Vancura <vaclav@vancura.org>2016-02-16 22:34:41 +0300
commit4a3763c4fd8461b7ad0b2797ed55795df6789c5d (patch)
tree8495541005d20a531fbc1c412cf1c841b7fca2ad /main/src/core/MonoDevelop.TextEditor.Tests
parentbdd98ff4d2b82a0d08d816d6ebc540a255b117fb (diff)
[TextEditor] Hopefully fixing the build
Diffstat (limited to 'main/src/core/MonoDevelop.TextEditor.Tests')
-rw-r--r--main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SyntaxHighlightingTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SyntaxHighlightingTests.cs b/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SyntaxHighlightingTests.cs
index d5cdf9477f..89b827de00 100644
--- a/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SyntaxHighlightingTests.cs
+++ b/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SyntaxHighlightingTests.cs
@@ -48,7 +48,7 @@ namespace Mono.TextEditor.Tests
{
var data = new TextEditorData (new TextDocument (input));
data.Document.SyntaxMode = SyntaxModeService.GetSyntaxMode (data.Document, syntaxMode);
- data.ColorStyle = SyntaxModeService.GetColorStyle ("TangoLight");
+ data.ColorStyle = SyntaxModeService.GetColorStyle ("Light");
return data.GetMarkup (0, data.Length, false);
}