Fix 2 of the failed tests. Cause terrain queries to return null when no

terrain is found, rather than a default "0" terrain.
Remove the "remove object wrong region" test. UUIDs either are unique
or they're not. This test tested a bad behavior I have chosen not to 
duplicate.
This commit is contained in:
Melanie Thielker
2008-11-26 08:06:14 +00:00
parent 3efdccbb12
commit 3388584aa8
2 changed files with 1 additions and 9 deletions

View File

@@ -507,7 +507,7 @@ namespace OpenSim.Data.MySQL
}
}
return terrain;
return null;
}
public void RemoveLandObject(UUID globalID)