aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-29 17:56:25 +0000
committerJustin Clarke Casey2009-04-29 17:56:25 +0000
commit7d11434a9cba30873e01452fca3d8695c1b328fc (patch)
treed5dbc9d19d863ebba298681411a8f199df646b72 /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests
parent* Adjust load iar unit test to check load of items with creator names that ex... (diff)
downloadopensim-SC_OLD-7d11434a9cba30873e01452fca3d8695c1b328fc.zip
opensim-SC_OLD-7d11434a9cba30873e01452fca3d8695c1b328fc.tar.gz
opensim-SC_OLD-7d11434a9cba30873e01452fca3d8695c1b328fc.tar.bz2
opensim-SC_OLD-7d11434a9cba30873e01452fca3d8695c1b328fc.tar.xz
* Add missing System.Reflection reference from last commit
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
index bdca84e..f0653b4 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -28,6 +28,7 @@
28using System; 28using System;
29using System.Collections.Generic; 29using System.Collections.Generic;
30using System.IO; 30using System.IO;
31using System.Reflection;
31using System.Text; 32using System.Text;
32using System.Threading; 33using System.Threading;
33using NUnit.Framework; 34using NUnit.Framework;