mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
T012_EstateSettingsRandomStorage() which wasn't being run because the method was private
test appears to work, so method made public to run in tests
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user