aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicGridTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/Tests/BasicGridTest.cs')
-rw-r--r--OpenSim/Data/Tests/BasicGridTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicGridTest.cs b/OpenSim/Data/Tests/BasicGridTest.cs
index a25b736..de8fb48 100644
--- a/OpenSim/Data/Tests/BasicGridTest.cs
+++ b/OpenSim/Data/Tests/BasicGridTest.cs
@@ -46,7 +46,7 @@ namespace OpenSim.Data.Tests
46 { 46 {
47 // Clean up all the regions. 47 // Clean up all the regions.
48 List<RegionProfileData> regions = db.GetRegionsByName("", 100); 48 List<RegionProfileData> regions = db.GetRegionsByName("", 100);
49 if(regions != null) 49 if (regions != null)
50 { 50 {
51 foreach (RegionProfileData region in regions) 51 foreach (RegionProfileData region in regions)
52 { 52 {