diff options
author | Justin Clark-Casey (justincc) | 2009-09-06 22:09:19 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-06 22:09:19 +0100 |
commit | fc8efc1667566b13934ff1e5713b0f3e741a8770 (patch) | |
tree | 0f756061d79e07b7d46da0aaeaf8ae98fa404430 | |
parent | change iar load to make discrete inventory service requests rather than the c... (diff) | |
download | opensim-SC_OLD-fc8efc1667566b13934ff1e5713b0f3e741a8770.zip opensim-SC_OLD-fc8efc1667566b13934ff1e5713b0f3e741a8770.tar.gz opensim-SC_OLD-fc8efc1667566b13934ff1e5713b0f3e741a8770.tar.bz2 opensim-SC_OLD-fc8efc1667566b13934ff1e5713b0f3e741a8770.tar.xz |
T012_EstateSettingsRandomStorage() which wasn't being run because the method was private
test appears to work, so method made public to run in tests
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/Tests/BasicEstateTest.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Data/Tests/BasicEstateTest.cs b/OpenSim/Data/Tests/BasicEstateTest.cs index 284d066..7a63c67 100644 --- a/OpenSim/Data/Tests/BasicEstateTest.cs +++ b/OpenSim/Data/Tests/BasicEstateTest.cs | |||
@@ -155,9 +155,8 @@ namespace OpenSim.Data.Tests | |||
155 | } | 155 | } |
156 | 156 | ||
157 | [Test] | 157 | [Test] |
158 | private void T012_EstateSettingsRandomStorage() | 158 | public void T012_EstateSettingsRandomStorage() |
159 | { | 159 | { |
160 | |||
161 | // Letting estate store generate rows to database for us | 160 | // Letting estate store generate rows to database for us |
162 | EstateSettings originalSettings = db.LoadEstateSettings(REGION_ID); | 161 | EstateSettings originalSettings = db.LoadEstateSettings(REGION_ID); |
163 | new PropertyScrambler<EstateSettings>().Scramble(originalSettings); | 162 | new PropertyScrambler<EstateSettings>().Scramble(originalSettings); |