[Opensim-dev] Restructuring test directories

Mariusz Nowostawski mariusz at nowostawski.org
Mon Sep 8 12:08:24 UTC 2008


Hi,

Yup, this sounds clean and simple enough. I see Melanie's point about 
running debug-compiled builds in production environment without test 
cases included.

Mariusz

Melanie wrote:
> Hi,
>
> yes. That is the idea. Just please no compiling the tests into the 
> same assembly. People do use debug builds to run actual regions.
>
> Melanie
>
>
> Stefan Andersson wrote:
>   
>> Ok, not opening up for discussion, just telling you what I've known to pragmatically work in microsoft c# projects;
>>  
>> * The assembly name _is_ the directory name (not a subtree)
>>  
>> So, you have the OpenSim.Framework.Communications dir and the OpenSim.Framework.Console as directories alongside each others
>>  
>> * The test assembly is called "*.Tests" and is placed in the same directory as the tested assembly
>> this means that a listing of that dir would look like this:
>>  
>> OpenSim.Framework.Communications/
>> OpenSim.Framework.Communications.Tests/
>> OpenSim.Framework.Console/
>> OpenSim.Framework.Console.Tests/
>> and, incidentally, this is replicated in the solutions explorer.
>>  
>> which is what I mean with 'keeping them together'. Best regards,Stefan AnderssonTribal Media AB Join the 3d web revolution : http://tribalnet.se/ 
>>
>>
>>     
[...]



More information about the Opensim-dev mailing list