T012_EstateSettingsRandomStorage() which wasn't being run because the method was private

test appears to work, so method made public to run in tests
remotes/origin/0.6.7-post-fixes
Justin Clark-Casey (justincc) 2009-09-06 22:09:19 +01:00
parent 61c286f5d6
commit fc8efc1667
1 changed files with 1 additions and 2 deletions

View File

@ -155,9 +155,8 @@ namespace OpenSim.Data.Tests
}
[Test]
private void T012_EstateSettingsRandomStorage()
public void T012_EstateSettingsRandomStorage()
{
// Letting estate store generate rows to database for us
EstateSettings originalSettings = db.LoadEstateSettings(REGION_ID);
new PropertyScrambler<EstateSettings>().Scramble(originalSettings);