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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user