From b5d55c129a421ae18655e923f6a8bc734eb8f9ac Mon Sep 17 00:00:00 2001 From: dahlia Date: Mon, 14 Jan 2013 19:54:17 -0800 Subject: test commit for new git install --- TESTING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TESTING.txt') diff --git a/TESTING.txt b/TESTING.txt index 08a0698..a7346ff 100644 --- a/TESTING.txt +++ b/TESTING.txt @@ -1,4 +1,4 @@ -=== The Quick Guide to OpenSim Unit Testing === +===== The Quick Guide to OpenSim Unit Testing === == Running Tests == -- cgit v1.1 From 41ae006e9bd602f425fc9fae9e9ab35ab646af9d Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 19 Jan 2013 02:32:41 +0000 Subject: minor: adjust formatting in TESTING.txt to make headers more wiki-like --- TESTING.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TESTING.txt') diff --git a/TESTING.txt b/TESTING.txt index a7346ff..e7ab088 100644 --- a/TESTING.txt +++ b/TESTING.txt @@ -1,4 +1,4 @@ -===== The Quick Guide to OpenSim Unit Testing === += The Quick Guide to OpenSim Unit Testing = == Running Tests == @@ -27,7 +27,7 @@ must list it in both ".nant/local.include" for it to be accessible to Linux users and to the continuous integration system. -==TESTING ON WINDOWS== +== 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 @@ -58,14 +58,14 @@ 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. -Windows +=== Windows === Windows version of nunit-console is by default .Net 2.0 if you downloaded the .Net 2.0 version of Nunit. Be sure to setup your PATH environment variable. -Linux & OSX +=== Linux & OSX === On these operating systems you will have to use the command "nunit-console2" -Example +=== Example === nunit-console2 OpenSim.Framework.Tests.dll (on linux) nunit-console OpenSim.Framework.Tests.dll (on windows) -- cgit v1.1 From 2eade554716ddcdab590d4bc5d9ad18079c12bdb Mon Sep 17 00:00:00 2001 From: teravus Date: Sat, 12 Oct 2013 15:06:05 -0500 Subject: * pushing test --- TESTING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TESTING.txt') diff --git a/TESTING.txt b/TESTING.txt index e7ab088..da9dd60 100644 --- a/TESTING.txt +++ b/TESTING.txt @@ -1,4 +1,4 @@ -= The Quick Guide to OpenSim Unit Testing = += The Quick Guide to OpenSim Unit Testing = == Running Tests == -- cgit v1.1 From f81841a2c5d353d4ef09296592bdaaddcc465149 Mon Sep 17 00:00:00 2001 From: Michael Cerquoni Date: Tue, 4 Feb 2014 00:30:35 -0500 Subject: this is just a test --- TESTING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TESTING.txt') diff --git a/TESTING.txt b/TESTING.txt index da9dd60..8ed5245 100644 --- a/TESTING.txt +++ b/TESTING.txt @@ -1,5 +1,5 @@ = The Quick Guide to OpenSim Unit Testing = - + == Running Tests == On Linux you will need to have NUnit installed (http://www.nunit.org). -- cgit v1.1 From 87abf06956838977f44f38962d57dc834cdb0f08 Mon Sep 17 00:00:00 2001 From: Michael Cerquoni Date: Tue, 4 Feb 2014 00:32:40 -0500 Subject: test again undoing previous changes --- TESTING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TESTING.txt') diff --git a/TESTING.txt b/TESTING.txt index 8ed5245..da9dd60 100644 --- a/TESTING.txt +++ b/TESTING.txt @@ -1,5 +1,5 @@ = The Quick Guide to OpenSim Unit Testing = - + == Running Tests == On Linux you will need to have NUnit installed (http://www.nunit.org). -- cgit v1.1