From 05ebd4479189d27daa4ca998f51b46b841f75ab4 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 6 Mar 2009 21:14:50 +0000 Subject: add back .config files for all tests in an attempt to debug why these things crash so much. This will generate a lot more log messages on make test, even some scary looking exceptions. Don't worry, that's normal. --- bin/OpenSim.Data.MySQL.Tests.dll.config | 24 ++++++++++++++++++++++ bin/OpenSim.Data.NHibernate.Tests.dll.config | 24 ++++++++++++++++++++++ bin/OpenSim.Data.SQLite.Tests.dll.config | 24 ++++++++++++++++++++++ bin/OpenSim.Data.Tests.dll.config | 24 ++++++++++++++++++++++ ...enSim.Framework.Communications.Tests.dll.config | 24 ++++++++++++++++++++++ bin/OpenSim.Framework.Servers.Tests.dll.config | 24 ++++++++++++++++++++++ bin/OpenSim.Framework.Tests.dll.config | 24 ++++++++++++++++++++++ ...m.Region.ClientStack.LindenUDP.Tests.dll.config | 24 ++++++++++++++++++++++ bin/OpenSim.Region.CoreModules.Tests.dll.config | 24 ++++++++++++++++++++++ bin/OpenSim.Region.Framework.Tests.dll.config | 24 ++++++++++++++++++++++ bin/OpenSim.Region.ScriptEngine.Tests.dll.config | 24 ++++++++++++++++++++++ 11 files changed, 264 insertions(+) create mode 100644 bin/OpenSim.Data.MySQL.Tests.dll.config create mode 100644 bin/OpenSim.Data.NHibernate.Tests.dll.config create mode 100644 bin/OpenSim.Data.SQLite.Tests.dll.config create mode 100644 bin/OpenSim.Data.Tests.dll.config create mode 100644 bin/OpenSim.Framework.Communications.Tests.dll.config create mode 100644 bin/OpenSim.Framework.Servers.Tests.dll.config create mode 100644 bin/OpenSim.Framework.Tests.dll.config create mode 100644 bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll.config create mode 100644 bin/OpenSim.Region.CoreModules.Tests.dll.config create mode 100644 bin/OpenSim.Region.Framework.Tests.dll.config create mode 100644 bin/OpenSim.Region.ScriptEngine.Tests.dll.config diff --git a/bin/OpenSim.Data.MySQL.Tests.dll.config b/bin/OpenSim.Data.MySQL.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Data.MySQL.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Data.NHibernate.Tests.dll.config b/bin/OpenSim.Data.NHibernate.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Data.NHibernate.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Data.SQLite.Tests.dll.config b/bin/OpenSim.Data.SQLite.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Data.SQLite.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Data.Tests.dll.config b/bin/OpenSim.Data.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Data.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Framework.Communications.Tests.dll.config b/bin/OpenSim.Framework.Communications.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Framework.Communications.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Framework.Servers.Tests.dll.config b/bin/OpenSim.Framework.Servers.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Framework.Servers.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Framework.Tests.dll.config b/bin/OpenSim.Framework.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Framework.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll.config b/bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Region.CoreModules.Tests.dll.config b/bin/OpenSim.Region.CoreModules.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Region.CoreModules.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Region.Framework.Tests.dll.config b/bin/OpenSim.Region.Framework.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Region.Framework.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/bin/OpenSim.Region.ScriptEngine.Tests.dll.config b/bin/OpenSim.Region.ScriptEngine.Tests.dll.config new file mode 100644 index 0000000..73a6f12 --- /dev/null +++ b/bin/OpenSim.Region.ScriptEngine.Tests.dll.config @@ -0,0 +1,24 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + -- cgit v1.1