[mono/monodevelop] 1d45cf8f: [UnitTests] fixed failing unit test
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000141bd3996ee-0f7ebc1a-e6ce-4514-8f05-d68397f59b50-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/monodevelop
Compare: https://github.com/mono/monodevelop/compare/207ccb79e41d...1d45cf8f4019
Commit: 1d45cf8f4019abb1409cf609652f4696f567999c
Author: Mike Krüger <[email protected]> (mkrueger)
Date: 2013-10-15 17:45:03 GMT
URL: https://github.com/mono/monodevelop/commit/1d45cf8f4019abb1409cf609652f4696f567999c
[UnitTests] fixed failing unit test
Changed paths:
M main/tests/UnitTests/MonoDevelop.CSharpBinding/CSharpTextEditorIndentationTests.cs
Modified: main/tests/UnitTests/MonoDevelop.CSharpBinding/CSharpTextEditorIndentationTests.cs
===================================================================
@@ -369,7 +369,7 @@ public void TestBug15335 ()
var data = Create ("namespace Foo\n{\n\tpublic class Bar\n\t{\n\t\tvoid Test()\r\n\t\t{\r\n\t\t\t/* foo$\n\t\t}\n\t}\n}\n");
MiscActions.InsertNewLine (data);
- CheckOutput (data, "namespace aFoo\n{\n\tpublic class Bar\n\t{\n\t\tvoid Test()\r\n\t\t{\r\n\t\t\t/* foo\n\t\t\t * $\n\t\t}\n\t}\n}\n");
+ CheckOutput (data, "namespace Foo\n{\n\tpublic class Bar\n\t{\n\t\tvoid Test()\r\n\t\t{\r\n\t\t\t/* foo\n\t\t\t * $\n\t\t}\n\t}\n}\n");
}
}
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches