T012_EstateSettingsRandomStorage() which wasn't being run because the method was private
test appears to work, so method made public to run in testsremotes/origin/0.6.7-post-fixes
parent
61c286f5d6
commit
fc8efc1667
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue