aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/RegionTests.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-11-28 00:27:13 +0000
committerJustin Clark-Casey (justincc)2014-11-28 00:27:13 +0000
commitd9f7aa41c100ebbc8a9f817ec4d4e247b2bd27fd (patch)
tree745f9e4e150ccc1d1e81ee04ebda5fa46a5ed1b8 /OpenSim/Data/Tests/RegionTests.cs
parentStop writing SizeZ config parameter for now when creating regions from consol... (diff)
downloadopensim-SC_OLD-d9f7aa41c100ebbc8a9f817ec4d4e247b2bd27fd.zip
opensim-SC_OLD-d9f7aa41c100ebbc8a9f817ec4d4e247b2bd27fd.tar.gz
opensim-SC_OLD-d9f7aa41c100ebbc8a9f817ec4d4e247b2bd27fd.tar.bz2
opensim-SC_OLD-d9f7aa41c100ebbc8a9f817ec4d4e247b2bd27fd.tar.xz
Remove unmaintained MSSQL support.
This has not been maintained for more than 2 years, is unimplemented for newer features (e.g. built-in groups) and has no core developers using it. If somebody fixes these issues then it could be reinstated.
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/Tests/RegionTests.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Data/Tests/RegionTests.cs b/OpenSim/Data/Tests/RegionTests.cs
index dbed8f6..8d4249a 100644
--- a/OpenSim/Data/Tests/RegionTests.cs
+++ b/OpenSim/Data/Tests/RegionTests.cs
@@ -44,9 +44,6 @@ using System.Data.Common;
44using MySql.Data.MySqlClient; 44using MySql.Data.MySqlClient;
45using OpenSim.Data.MySQL; 45using OpenSim.Data.MySQL;
46 46
47using System.Data.SqlClient;
48using OpenSim.Data.MSSQL;
49
50using Mono.Data.Sqlite; 47using Mono.Data.Sqlite;
51using OpenSim.Data.SQLite; 48using OpenSim.Data.SQLite;
52 49
@@ -62,11 +59,6 @@ namespace OpenSim.Data.Tests
62 { 59 {
63 } 60 }
64 61
65 [TestFixture(Description = "Region store tests (MS SQL Server)")]
66 public class MSSQLRegionTests : RegionTests<SqlConnection, MSSQLSimulationData>
67 {
68 }
69
70 public class RegionTests<TConn, TRegStore> : BasicDataServiceTest<TConn, TRegStore> 62 public class RegionTests<TConn, TRegStore> : BasicDataServiceTest<TConn, TRegStore>
71 where TConn : DbConnection, new() 63 where TConn : DbConnection, new()
72 where TRegStore : class, ISimulationDataStore, new() 64 where TRegStore : class, ISimulationDataStore, new()