[gbrainy] Unit test execution from MonoDevelop



commit 27aef910e627361046143e406580d18a9c4d44ae
Author: Jordi Mas <jmas softcatala org>
Date:   Fri Mar 18 08:45:36 2011 +0100

    Unit test execution from MonoDevelop

 tests/TestSupport/UnitTestSupport.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/TestSupport/UnitTestSupport.cs b/tests/TestSupport/UnitTestSupport.cs
index e83ef1a..a861138 100644
--- a/tests/TestSupport/UnitTestSupport.cs
+++ b/tests/TestSupport/UnitTestSupport.cs
@@ -36,7 +36,7 @@ namespace gbrainyTest
 			string mono_path = Environment.GetEnvironmentVariable ("MONO_PATH");
 
 			if (String.IsNullOrEmpty (mono_path))
-				throw new InvalidOperationException ("Use MONO_PATH enviroment variable to specify the location of the assemblies");
+				mono_path = ".";
 
 			// Configuration
 			ServiceLocator.Instance.GetService <IConfiguration> ().Set (ConfigurationKeys.AssembliesDir, mono_path);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]