Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/DataEditorGenerator/LinkedToolTipTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/ExceptionDialogTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/FileNameUITypeEditorTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: test/Common/DelftTools.Tests/Controls/Swf/FileSystemTreeViewTest.cs =================================================================== diff -u -re78db153a35565d71fd5662ecf41379f68cb3240 -r11a8e23930a4db01f0bfd9ac91d9922922f53e9b --- test/Common/DelftTools.Tests/Controls/Swf/FileSystemTreeViewTest.cs (.../FileSystemTreeViewTest.cs) (revision e78db153a35565d71fd5662ecf41379f68cb3240) +++ test/Common/DelftTools.Tests/Controls/Swf/FileSystemTreeViewTest.cs (.../FileSystemTreeViewTest.cs) (revision 11a8e23930a4db01f0bfd9ac91d9922922f53e9b) @@ -1,6 +1,5 @@ using System.IO; using DelftTools.Controls.Swf; -using DelftTools.TestUtils; using NUnit.Framework; namespace DelftTools.Tests.Controls.Swf @@ -9,14 +8,6 @@ public class FileSystemTreeViewTest { [Test] - [Category(TestCategory.WindowsForms)] - public void Show() - { - var treeView = new FileSystemTreeView(); - WindowsFormsTestHelper.ShowModal(treeView); - } - - [Test] public void ExpandTo() { var treeView = new FileSystemTreeView(); Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/GridBasedDialogTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/HtmlPageViewTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/InputTextDialogTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/ListBasedDialogTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/Table/FileNameUITypeEditorTests.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: test/Common/DelftTools.Tests/Controls/Swf/Table/TableView2Test.cs =================================================================== diff -u -ra7331f27993695beb4383d3662e8b2588296e628 -r11a8e23930a4db01f0bfd9ac91d9922922f53e9b --- test/Common/DelftTools.Tests/Controls/Swf/Table/TableView2Test.cs (.../TableView2Test.cs) (revision a7331f27993695beb4383d3662e8b2588296e628) +++ test/Common/DelftTools.Tests/Controls/Swf/Table/TableView2Test.cs (.../TableView2Test.cs) (revision 11a8e23930a4db01f0bfd9ac91d9922922f53e9b) @@ -37,25 +37,6 @@ [Test] [Category(TestCategory.WindowsForms)] - public void ShowReadOnlyTableView() - { - var dataTable = new DataTable(); - dataTable.Columns.Add("Column1", typeof(int)); - dataTable.Columns.Add("Column2", typeof(int)); - dataTable.Columns.Add("Column3", typeof(int)); - Enumerable.Range(1,5).ForEach(i => dataTable.Rows.Add(i, i*2, i*3)); - - var tableView = new TableView2 - { - Data = dataTable, - ReadOnly = true - }; - - WindowsFormsTestHelper.ShowModal(tableView); - } - - [Test] - [Category(TestCategory.WindowsForms)] public void FilterIntegerValues() { var dataTable = new DataTable(); Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/Table/TestClasses/ClassToEdit.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/TimeSpanEditorTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 11a8e23930a4db01f0bfd9ac91d9922922f53e9b refers to a dead (removed) revision in file `test/Common/DelftTools.Tests/Controls/Swf/WizardPages/SelectFileWizardPageTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: test/Common/DelftTools.Tests/DelftTools.Tests.csproj =================================================================== diff -u -rab09427c48519dc9d448764524fab918a08eac7e -r11a8e23930a4db01f0bfd9ac91d9922922f53e9b --- test/Common/DelftTools.Tests/DelftTools.Tests.csproj (.../DelftTools.Tests.csproj) (revision ab09427c48519dc9d448764524fab918a08eac7e) +++ test/Common/DelftTools.Tests/DelftTools.Tests.csproj (.../DelftTools.Tests.csproj) (revision 11a8e23930a4db01f0bfd9ac91d9922922f53e9b) @@ -134,31 +134,21 @@ - - - - - - - - - - @@ -177,7 +167,6 @@ -