From dd70309fdf9cb4b3ab5db157f38a5d2e7d952892 Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Fri, 20 Feb 2009 04:55:09 +0000 Subject: Update TESTING.txt. Mantis #3174. --- TESTING.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/TESTING.txt b/TESTING.txt index 6eec2ef..94f5887 100644 --- a/TESTING.txt +++ b/TESTING.txt @@ -1,14 +1,14 @@ === The Quick Guide to OpenSim Unit Testing === - + == Running Tests == On Linux: - + > nant test This will print out to the console the test state. -On Windows: ?? +On Windows: Please see the TESTING ON WINDOWS section below. Also, every checkin will run tests that are kicked off by bamboo. @@ -91,7 +91,8 @@ needs to be first copied to bin/ before nunit-console is executed. [3] http://opensimulator.org:8085/ """ -==TESTING== +==TESTING ON WINDOWS== + To use nunit testing on opensim code, you have a variety of methods. The easiast methods involve using IDE capabilities to test code. Using VS2005/2008 I recommend using the testing capabilities of Resarper(commercial) @@ -119,7 +120,7 @@ lack IDE addins ( or lack IDEs at all ). Nunit console allows you to execute the nunit tests of assemblies via console. Its output will show test failures and successes and a summary of what -happened. This is very useful for a quick overview and/or automated testing. +happened. This is very useful for a quick overview and/or automated testing. Windows Windows version of nunit-console is by default .Net 2.0 if you downloaded the -- cgit v1.1