aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicGridTest.cs
diff options
context:
space:
mode:
authorJeff Ames2009-08-17 10:29:06 +0900
committerJeff Ames2009-08-17 10:29:06 +0900
commit82c888fc6c103ec345bf656cd469f4260b678bcb (patch)
treee36ea04103469ba31501e7a7fe3b10e5e856dbe5 /OpenSim/Data/Tests/BasicGridTest.cs
parentAdd UUIDs in bin/ScriptEngines to .gitignore. (diff)
downloadopensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.zip
opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.tar.gz
opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.tar.bz2
opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.tar.xz
Add copyright headers. Formatting cleanup. Fix a compiler warning.
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 {