← Back to team overview

nunit-dev team mailing list archive

Re: FW: [ nunit-Feature Requests-2820383 ] Need aSetUICultureAttribute

 

Hi Justin,
 
The framework will be available in different flavors for various .NET
versions.
Currently, it can be built for .NET 1.0, 1.1 and 2.0. We have blueprints
for 3.5 and 4.0, but the details of what syntax will be included remains to
be specified.
 
[Note that NUnit 2.5 was the first release to include different features for
the .NET 2.0 build of the framework. In prior releases, we had separate
builds but the features were identical.]
 
The current Gui will probably remain at the 2.0 level, allowing the largest
number of people to use it, but we could end up with an alternative Gui
using WPF if there is enough interest.
 
Charlie


  _____  

From: Justin Daubenmire [mailto:jdaubenmire@xxxxxxxxx] 
Sent: Monday, July 27, 2009 1:40 AM
To: Charlie Poole; 'Ludovic Delabre'
Cc: nunit-dev@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Nunit-dev] FW: [ nunit-Feature Requests-2820383 ] Need
aSetUICultureAttribute


Hey Charlie,
 
I think you mentioned this, but are we moving to the .NET framework 3.5 for
v 3.0 of NUnit?
 
/Justin
 

----- Original Message ----- 
From: Charlie Poole <mailto:charlie@xxxxxxxxx>  
To: 'Ludovic Delabre' <mailto:ldelabre54@xxxxxxx>  
Cc: nunit-dev@xxxxxxxxxxxxxxxxxxx 
Sent: Sunday, July 26, 2009 12:20 PM
Subject: Re: [Nunit-dev] FW: [ nunit-Feature Requests-2820383 ] Need
aSetUICultureAttribute

Hi Ludovic,
 
I just returned from travelling last night and I'm catching up on email
I'll check out your patch later today.
 
Regarding the absence of core in 3.0 - this is true. It's because of
a design change in how tests are run, which I'll document and send
out to the group "soon" :-) Meanwhile, the tests should be capable of 
being run under the 3.0 framework using NUnit 2.5.1.
 
Regarding the test target in the build script - you are correct, it can't
be made to work in the current state of the code. Probably, I should
have commented it out in trunk. Currently only the build target 
really works.
 
Both of these things were mentionned in emails but not documented
in any permanent place. Maybe we need something that keeps us
all up to date about current status. The wiki? The whiteboard text
for each blueprint on launchpad? Of course, the best solution is to
get everything working as soon as possible. I am expecting that the 
2.9.3 milestone will have full functionality. BTW - have you looked
at the blueprints on Launchpad?
 
I think you're right about using the mailing list. The nunit-dev team list 
is the best for this discussion, so I copied it this time.
 
Charlie

  _____  

From: Ludovic Delabre [mailto:ldelabre54@xxxxxxx] 
Sent: Friday, July 24, 2009 9:46 AM
To: Charlie Poole
Subject: Re: FW: [ nunit-Feature Requests-2820383 ] Need a
SetUICultureAttribute


Hi Charlie!

Here's the patch using a new SetUICultureAttribute. 

On 2.x branch, nothing special to add.

On the 3.0 branch, I could not found anything related to the core... Only
the framework (and its tests) where there ?!
Is it on purpose or have I done anything wrong with bzr ? :-/

Something else: when I tried to use the build script (for the "test"
target), it failed with the following message:
D:\Workspace\nunit\v30\trunk\nunit.build(238,6):
Property evaluation failed.
Expression: nunit.framework.tests.dll ${nunit.options}
/xml:${result.file}.xml /domain:Multiple
                                        ^^^^^^^^^^^^^
    Property 'nunit.options' has not been set.

I look it up and found that a property nunit-options was defined (7 lives
above) instead of unit.options.
I corrected it but now it fails because there's no nunit-console.exe :-/

What am I missing here ?

Have a nice trip and week-end,
Ludovic.

P.S. : I keep sending you direct emails, but maybe I should use the mailing
lists ?




  _____  




_______________________________________________
Mailing list: https://launchpad.net/~nunit-dev
Post to     : nunit-dev@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~nunit-dev
More help   : https://help.launchpad.net/ListHelp



References