* Explicitly start the asset server thread so that unit tests can run single rather than multi-threaded (which may be behind the occasional test freezes)

This commit is contained in:
Justin Clarke Casey
2009-04-14 17:15:09 +00:00
parent ad2bd74057
commit 1894157dd3
8 changed files with 36 additions and 37 deletions

View File

@@ -381,6 +381,8 @@ namespace OpenSim
// Initialize the asset cache, passing a reference to the selected
// asset server interface.
m_assetCache = ResolveAssetCache(assetServer);
assetServer.Start();
}
// This method loads the identified asset server, passing an approrpiately