NUnit compile time assemblies and runtime assemblies can become out of sync
---------------------------------------------------------------------------

                 Key: NMAVEN-83
                 URL: http://jira.codehaus.org/browse/NMAVEN-83
             Project: NMaven
          Issue Type: Improvement
         Environment: Maven 2.0.6, Windows XP, NMaven 0.14-SNAPSHOT
            Reporter: Evan Worley
            Priority: Minor


NMaven compiles the test assembly using the NUnit assemblies that are in the 
GAC or local repository.  When the tests are executed nunit-console ran from 
the command line assuming that is exists on your path.  If you are using 
nunit-console with nunit runtime assemblies that are of a different version 
than the assemblies used at compile time, your tests will not executed.  If you 
manually run nunit-console to verify the issue you will see a message like the 
following,

>nunit-console IntegrationTest-test.dll

NUnit version 2.2.8

Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, 
Charlie Poole.

Copyright (C) 2000-2003 Philip Craig.

All Rights Reserved.

OS Version: Microsoft Windows NT 5.1.2600.0    .NET Version: 1.1.4322.2032

The format of the file 'IntegrationTest-test' is invalid.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to