Made more tests explicit so this library can be compiled on a headless system

git-svn-id: file:///srv/devel/repo-conversion/nuwi@38 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2014-07-21 15:50:07 +00:00
parent ac9431bb4b
commit d5895e2e7d

View File

@ -31,13 +31,13 @@ using Nuclex.Support;
namespace Nuclex.Windows.Forms { namespace Nuclex.Windows.Forms {
/// <summary>Unit Test for the asynchronously updating progress bar</summary> /// <summary>Unit Test for the asynchronously updating progress bar</summary>
[TestFixture] [TestFixture, Explicit]
public class AsyncProgressBarTest { public class AsyncProgressBarTest {
/// <summary> /// <summary>
/// Verifies that asynchronous progress assignment is working /// Verifies that asynchronous progress assignment is working
/// </summary> /// </summary>
[Test, Explicit] [Test]
public void TestProgressAssignment() { public void TestProgressAssignment() {
using(AsyncProgressBar progressBar = new AsyncProgressBar()) { using(AsyncProgressBar progressBar = new AsyncProgressBar()) {