ContainerListView unit test is now also explicit so the test suite can run on headless systems
git-svn-id: file:///srv/devel/repo-conversion/nuwi@39 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
d5895e2e7d
commit
c71700f8e6
|
@ -31,7 +31,7 @@ using Nuclex.Support;
|
||||||
namespace Nuclex.Windows.Forms {
|
namespace Nuclex.Windows.Forms {
|
||||||
|
|
||||||
/// <summary>Unit Test for the control container list view</summary>
|
/// <summary>Unit Test for the control container list view</summary>
|
||||||
[TestFixture]
|
[TestFixture, Explicit]
|
||||||
public class ContainerListViewTest {
|
public class ContainerListViewTest {
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user