aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Setup
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Setup')
-rw-r--r--OpenSim/Tests/Common/Setup/GetAssetStreamHandlerTestHelpers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Setup/GetAssetStreamHandlerTestHelpers.cs b/OpenSim/Tests/Common/Setup/GetAssetStreamHandlerTestHelpers.cs
index d338f00..ffa7283 100644
--- a/OpenSim/Tests/Common/Setup/GetAssetStreamHandlerTestHelpers.cs
+++ b/OpenSim/Tests/Common/Setup/GetAssetStreamHandlerTestHelpers.cs
@@ -103,7 +103,7 @@ namespace OpenSim.Tests.Common.Setup
103 public static AssetBase CreateTestAsset() 103 public static AssetBase CreateTestAsset()
104 { 104 {
105 byte[] expected = new byte[] { 1,2,3 }; 105 byte[] expected = new byte[] { 1,2,3 };
106 AssetBase asset = new AssetBase( ); 106 AssetBase asset = new AssetBase();
107 asset.ID = Guid.NewGuid().ToString(); 107 asset.ID = Guid.NewGuid().ToString();
108 asset.Data = expected; 108 asset.Data = expected;
109 asset.Type = 2; 109 asset.Type = 2;