aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-08-14 20:07:13 +0100
committerJustin Clark-Casey (justincc)2009-08-14 20:07:13 +0100
commitff28ecee1b35ba24ec538d8ed018c764476c62b4 (patch)
treea7f3809e55cb096a9ce9e332142bc7d360d70ae9 /OpenSim/Region/CoreModules
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-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.cs2
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();