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:
Justin Clark-Casey (justincc)
2009-09-06 22:09:19 +01:00
parent 61c286f5d6
commit fc8efc1667

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);