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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Sorokin <alexander.sorokin@akvelon.com>2017-09-26 16:07:02 +0300
committerAlan McGovern <alanmcgovern@users.noreply.github.com>2017-09-26 16:56:52 +0300
commit2975e87e04cb32e0801a70a2e47090a740d83db3 (patch)
tree9814ee26c4f6864bfb0498c0db12db4917b1110f /Testing
parentb4464b1a7907eb8bf1545dbcad9cb2fecd21a322 (diff)
ExTreeView: Don't try to explicitly render virtualized items
this fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58917
Diffstat (limited to 'Testing')
-rw-r--r--Testing/Tests/TreeViewTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Testing/Tests/TreeViewTests.cs b/Testing/Tests/TreeViewTests.cs
index d7d56e1f..bc82c9c7 100644
--- a/Testing/Tests/TreeViewTests.cs
+++ b/Testing/Tests/TreeViewTests.cs
@@ -50,6 +50,7 @@ namespace Xwt
}
[Test]
+ [Ignore("Disabling this test because the fix it relies on breaks the treeview. See https://bugzilla.xamarin.com/show_bug.cgi?id=58917 for more details")]
public void HiddenTree ()
{
var f = new DataField<string> ();