From d5895e2e7d3c0afcdebb92e49f64d4897a9d6a8a Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Mon, 21 Jul 2014 15:50:07 +0000 Subject: [PATCH] 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 --- Source/AsyncProgressBar/AsyncProgressBar.Test.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/AsyncProgressBar/AsyncProgressBar.Test.cs b/Source/AsyncProgressBar/AsyncProgressBar.Test.cs index 8a494d1..f39ac27 100644 --- a/Source/AsyncProgressBar/AsyncProgressBar.Test.cs +++ b/Source/AsyncProgressBar/AsyncProgressBar.Test.cs @@ -31,13 +31,13 @@ using Nuclex.Support; namespace Nuclex.Windows.Forms { /// Unit Test for the asynchronously updating progress bar - [TestFixture] + [TestFixture, Explicit] public class AsyncProgressBarTest { /// /// Verifies that asynchronous progress assignment is working /// - [Test, Explicit] + [Test] public void TestProgressAssignment() { using(AsyncProgressBar progressBar = new AsyncProgressBar()) {