Re: [Opensim-dev] Unit tests should not be coupled (WAS: Re: [Opensim-commits] r8737 - trunk/OpenSim/Framework/Communications/Tests)

2009-03-10 Thread Mike Mazur
Hi, On Tue, 10 Mar 2009 08:08:39 +0200 Tommi Laukkanen tommi.s.e.laukka...@gmail.com wrote: In my experience the situation is that it is not feasible to write unit test for things like repositories without relying in the test order inside one test case. So that you can create add, update and

Re: [Opensim-dev] Ini file(s) loading

2009-03-10 Thread Justin Clark-Casey
Jeff Ames wrote: One nice thing about merge conflicts is that it tells you right away if a variable you've changed has been modified (e.g., the variable name changed), so you can correct it immediately instead of wondering why feature X isn't working any more. But I guess there'd be a lot of

Re: [Opensim-dev] Ini file(s) loading

2009-03-10 Thread Melanie
Built-in settings were pretty much abolished because it was found that it's not possible/feasible to keep them sane. I think that using an additional OpenSim.ini file is not too steep a learning curve, and that we should not design to the lowest denominator. A config override hierarchy is,

[Opensim-dev] Moving the OpenSim office hour to 1800 UTC for the summer

2009-03-10 Thread Justin Clark-Casey
Okay, so a couple of days ago the clocks went to Summer Time in many parts of the US, and on the 29th March will go to summer time in many parts of Europe. After some discussion in today's OpenSim meeting on OSGrid, we decided to switch the meeting from 1900 UTC to 1800 UTC on Tuesdays

Re: [Opensim-dev] Ini file(s) loading

2009-03-10 Thread krtaylor
Actually, I thought it supported my point very well. ;-) I was not suggesting that the split ini in config be the only config option - I still like to override idea. But by default, users would edit the config/*ini, this does not stop a multi-region grid operator from syncing 20 override ini

Re: [Opensim-dev] [Opensim-commits] r8735 - trunk/OpenSim/Framework/Communications/Tests

2009-03-10 Thread Mike Mazur
Hi Diva, On Mon, Mar 09 2009 00:29:53 -0700 mi...@opensimulator.org wrote: Author: mikem Date: 2009-03-09 00:29:53 -0700 (Mon, 09 Mar 2009) New Revision: 8735 Modified: trunk/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs Log: Fix tests broken in r8732. Recent changes

[Opensim-dev] Moving Archive code into Framework

2009-03-10 Thread Mike Mazur
Hi, I'm working on a plugin for the AssetInventoryServer that will serve up tarballs of a user's inventory. Justin's done a lot of work on this already with the save/load iar feature, and I'd like to re-use that code. The tar archiving code lives in OpenSim/Region/CoreModules/World/Archiver