diff options
author | Justin Clarke Casey | 2008-10-30 19:32:36 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-30 19:32:36 +0000 |
commit | 9f9d97c57bbbf6eb3171d60cb1337c72423954f9 (patch) | |
tree | a7322b88f62fcedb94500b83267c57c26aeb0814 /OpenSim/Data/Tests/BasicRegionTest.cs | |
parent | * test: Refactor test infrastructure for future client teardown test (diff) | |
download | opensim-SC_OLD-9f9d97c57bbbf6eb3171d60cb1337c72423954f9.zip opensim-SC_OLD-9f9d97c57bbbf6eb3171d60cb1337c72423954f9.tar.gz opensim-SC_OLD-9f9d97c57bbbf6eb3171d60cb1337c72423954f9.tar.bz2 opensim-SC_OLD-9f9d97c57bbbf6eb3171d60cb1337c72423954f9.tar.xz |
* minor: remove mono warning
Diffstat (limited to 'OpenSim/Data/Tests/BasicRegionTest.cs')
-rw-r--r-- | OpenSim/Data/Tests/BasicRegionTest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicRegionTest.cs b/OpenSim/Data/Tests/BasicRegionTest.cs index 2d6fd60..b480687 100644 --- a/OpenSim/Data/Tests/BasicRegionTest.cs +++ b/OpenSim/Data/Tests/BasicRegionTest.cs | |||
@@ -375,7 +375,6 @@ namespace OpenSim.Data.Tests | |||
375 | UUID creator = new UUID(); | 375 | UUID creator = new UUID(); |
376 | creator = UUID.Random(); | 376 | creator = UUID.Random(); |
377 | TaskInventoryDictionary dic = new TaskInventoryDictionary(); | 377 | TaskInventoryDictionary dic = new TaskInventoryDictionary(); |
378 | uint objf = (uint) random.Next(); | ||
379 | localID = localID + 1; | 378 | localID = localID + 1; |
380 | string name = "West Adam"; | 379 | string name = "West Adam"; |
381 | byte material = (byte) random.Next(255); | 380 | byte material = (byte) random.Next(255); |