diff options
author | Justin Clark-Casey (justincc) | 2009-08-14 20:07:13 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-08-14 20:07:13 +0100 |
commit | ff28ecee1b35ba24ec538d8ed018c764476c62b4 (patch) | |
tree | a7f3809e55cb096a9ce9e332142bc7d360d70ae9 /OpenSim/Region/CoreModules | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-ff28ecee1b35ba24ec538d8ed018c764476c62b4.zip opensim-SC_OLD-ff28ecee1b35ba24ec538d8ed018c764476c62b4.tar.gz opensim-SC_OLD-ff28ecee1b35ba24ec538d8ed018c764476c62b4.tar.bz2 opensim-SC_OLD-ff28ecee1b35ba24ec538d8ed018c764476c62b4.tar.xz |
Re-enable TestSaveIarV0_1()
Implement more parts of TestAssetService
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs index 9784fcf..c66678f 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | |||
@@ -74,7 +74,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests | |||
74 | /// <summary> | 74 | /// <summary> |
75 | /// Test saving a V0.1 OpenSim Inventory Archive (subject to change since there is no fixed format yet). | 75 | /// Test saving a V0.1 OpenSim Inventory Archive (subject to change since there is no fixed format yet). |
76 | /// </summary> | 76 | /// </summary> |
77 | //[Test] | 77 | [Test] |
78 | public void TestSaveIarV0_1() | 78 | public void TestSaveIarV0_1() |
79 | { | 79 | { |
80 | TestHelper.InMethod(); | 80 | TestHelper.InMethod(); |