Some patches from z4ppy (Fixes InventoryCommand, adds features to GUITestClient, adds PrimRegexCommand for finding prims by regex), also added a FindObjects command that was in svn but not in the project.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1493 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
phaik
2007-11-20 04:13:40 +00:00
parent b72603e540
commit 36528fc1e5
7 changed files with 295 additions and 32 deletions

View File

@@ -102,7 +102,7 @@ namespace libsecondlife.GUITestClient
if (!Interfaces.ContainsKey(iface))
{
lock(Interfaces) Interfaces.Add(iface, page);
lock (Interfaces) Interfaces.Add(iface, page);
}
iface.Initialize();
@@ -122,4 +122,4 @@ namespace libsecondlife.GUITestClient
}
}
}
}
}