[gbrainy/jenkins] Remove consolte
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy/jenkins] Remove consolte
- Date: Wed, 9 Jan 2019 22:01:46 +0000 (UTC)
commit ee6cdf48556b8de2e40f190e6d2f2c808c7b640b
Author: Jordi Mas <jmas softcatala org>
Date: Wed Jan 9 23:01:21 2019 +0100
Remove consolte
tests/TestSupport/UnitTestSupport.cs | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/tests/TestSupport/UnitTestSupport.cs b/tests/TestSupport/UnitTestSupport.cs
index 64e981c..a0f7d24 100644
--- a/tests/TestSupport/UnitTestSupport.cs
+++ b/tests/TestSupport/UnitTestSupport.cs
@@ -32,17 +32,13 @@ namespace gbrainy.Test
new DefaultServices ().RegisterServices ();
string mono_path = Environment.GetEnvironmentVariable ("MONO_PATH");
- Console.WriteLine("**** RegisterDefaultServices. Dir 1" + mono_path);
if (String.IsNullOrEmpty (mono_path))
mono_path = ".";
// Configuration
- Console.WriteLine("**** RegisterDefaultServices. Dir 2" + mono_path);
mono_path = Path.GetFullPath(mono_path);
-
- Console.WriteLine("**** RegisterDefaultServices. Dir 3" + mono_path);
- ServiceLocator.Instance.GetService <IConfiguration> ().Set
(ConfigurationKeys.AssembliesDir, mono_path);
+ ServiceLocator.Instance.GetService <IConfiguration> ().Set
(ConfigurationKeys.AssembliesDir, mono_path);
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]