added the first couple of sqlite tests. we'll see how bamboo

handles them.
This commit is contained in:
Sean Dague
2008-09-10 17:49:41 +00:00
parent 1799913593
commit f970597194
4 changed files with 57 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ namespace OpenSim.Data.SQLite
&& (prim.GetEffectiveObjectFlags() & (uint)PrimFlags.Temporary) == 0
&& (prim.GetEffectiveObjectFlags() & (uint)PrimFlags.TemporaryOnRez) == 0)
{
//m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
addPrim(prim, obj.UUID, regionUUID);
}
else if (prim.Stopped)