diff options
author | Justin Clarke Casey | 2009-04-29 17:56:25 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-29 17:56:25 +0000 |
commit | 7d11434a9cba30873e01452fca3d8695c1b328fc (patch) | |
tree | d5dbc9d19d863ebba298681411a8f199df646b72 /OpenSim | |
parent | * Adjust load iar unit test to check load of items with creator names that ex... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | 1 |
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 @@ | |||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
30 | using System.IO; | 30 | using System.IO; |
31 | using System.Reflection; | ||
31 | using System.Text; | 32 | using System.Text; |
32 | using System.Threading; | 33 | using System.Threading; |
33 | using NUnit.Framework; | 34 | using NUnit.Framework; |