diff options
Diffstat (limited to 'OpenSim/Data/Tests/BasicRegionTest.cs')
-rw-r--r-- | OpenSim/Data/Tests/BasicRegionTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicRegionTest.cs b/OpenSim/Data/Tests/BasicRegionTest.cs index a38a15f..e5c6132 100644 --- a/OpenSim/Data/Tests/BasicRegionTest.cs +++ b/OpenSim/Data/Tests/BasicRegionTest.cs | |||
@@ -213,7 +213,7 @@ namespace OpenSim.Data.Tests | |||
213 | // The ObjectFlags is an exception, if it is entered incorrectly, the object IS REJECTED on the database silently. | 213 | // The ObjectFlags is an exception, if it is entered incorrectly, the object IS REJECTED on the database silently. |
214 | UUID creator,uuid = new UUID(); | 214 | UUID creator,uuid = new UUID(); |
215 | creator = UUID.Random(); | 215 | creator = UUID.Random(); |
216 | uint iserial = (uint) random.Next(); | 216 | uint iserial = (uint)random.Next(); |
217 | TaskInventoryDictionary dic = new TaskInventoryDictionary(); | 217 | TaskInventoryDictionary dic = new TaskInventoryDictionary(); |
218 | uint objf = (uint) random.Next(); | 218 | uint objf = (uint) random.Next(); |
219 | uuid = prim4; | 219 | uuid = prim4; |