diff options
author | Diva Canto | 2016-02-21 10:37:12 -0800 |
---|---|---|
committer | Diva Canto | 2016-02-21 10:37:12 -0800 |
commit | cd54bbe7892f3863ca8fae4fb1af01f8faf1ec20 (patch) | |
tree | d7bdef5a0e5152694f07f0f0b05b51a62f9f5fc5 /OpenSim/Data/Tests | |
parent | SQLite: Removed obsolete migration file (diff) | |
download | opensim-SC_OLD-cd54bbe7892f3863ca8fae4fb1af01f8faf1ec20.zip opensim-SC_OLD-cd54bbe7892f3863ca8fae4fb1af01f8faf1ec20.tar.gz opensim-SC_OLD-cd54bbe7892f3863ca8fae4fb1af01f8faf1ec20.tar.bz2 opensim-SC_OLD-cd54bbe7892f3863ca8fae4fb1af01f8faf1ec20.tar.xz |
The old sqlite inventory data interface was still around and causing problems: the only part of the code using it was the data (sqlite) tests. Given that this old interface has been obsolete for several years, it has now been removed, including the tests. TODO: Writing tests for the new (ah!) inventory data interface.
Diffstat (limited to 'OpenSim/Data/Tests')
-rw-r--r-- | OpenSim/Data/Tests/InventoryTests.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Data/Tests/InventoryTests.cs b/OpenSim/Data/Tests/InventoryTests.cs index 3edf89d..e4ec5c1 100644 --- a/OpenSim/Data/Tests/InventoryTests.cs +++ b/OpenSim/Data/Tests/InventoryTests.cs | |||
@@ -44,11 +44,6 @@ using OpenSim.Data.SQLite; | |||
44 | 44 | ||
45 | namespace OpenSim.Data.Tests | 45 | namespace OpenSim.Data.Tests |
46 | { | 46 | { |
47 | [TestFixture(Description = "Inventory store tests (SQLite)")] | ||
48 | public class SQLiteInventoryTests : InventoryTests<SqliteConnection, SQLiteInventoryStore> | ||
49 | { | ||
50 | } | ||
51 | |||
52 | [TestFixture(Description = "Inventory store tests (MySQL)")] | 47 | [TestFixture(Description = "Inventory store tests (MySQL)")] |
53 | public class MySqlInventoryTests : InventoryTests<MySqlConnection, MySQLInventoryData> | 48 | public class MySqlInventoryTests : InventoryTests<MySqlConnection, MySQLInventoryData> |
54 | { | 49 | { |