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:
authorVsevolod Kukol <sevo@sevo.org>2015-02-13 12:19:43 +0300
committerVsevolod Kukol <sevo@sevo.org>2015-02-13 12:19:43 +0300
commit305518fee9300285cb90a1bb00bedc2fd06620ea (patch)
treec5e0f0ca454e378fdf863479ff95b4b1c13010f8 /Testing/MacTestRunner/Main.cs
parent5d6f2956d1df177a2b5c093443be4e5e01af4e57 (diff)
[TEST] Add nunit-console support
nunit-console does not call the applications main method. Application.Initialize() should be called from a separate SetUpFixture to ensure correct initialization.
Diffstat (limited to 'Testing/MacTestRunner/Main.cs')
-rw-r--r--Testing/MacTestRunner/Main.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Testing/MacTestRunner/Main.cs b/Testing/MacTestRunner/Main.cs
index 8292df20..6f95f6b7 100644
--- a/Testing/MacTestRunner/Main.cs
+++ b/Testing/MacTestRunner/Main.cs
@@ -10,7 +10,6 @@ namespace MacTest
{
static void Main (string [] args)
{
- Xwt.Application.Initialize (Xwt.ToolkitType.Cocoa);
ReferenceImageManager.Init ("MacTestRunner");
var list = new List<string> (args);