Tests: added formatter plain

Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/7b654271
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/7b654271
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/7b654271

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 7b654271fc8504583afd423e341e5ecd91837772
Parents: d4bc02d
Author: Dominik Psenner <[email protected]>
Authored: Wed Jul 5 14:29:19 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Wed Jul 5 14:29:19 2017 +0200

----------------------------------------------------------------------
 tests/nant.build | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/7b654271/tests/nant.build
----------------------------------------------------------------------
diff --git a/tests/nant.build b/tests/nant.build
index de78e78..912d59e 100644
--- a/tests/nant.build
+++ b/tests/nant.build
@@ -790,6 +790,7 @@ limitations under the License.
     <target name="runtests-net-1.0" description="Runs log4net tests on .NET 
Framework 1.0 version" depends="compile-net-1.0">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>
@@ -797,6 +798,7 @@ limitations under the License.
     <target name="runtests-net-1.1" description="Runs log4net tests on .NET 
Framework 1.1 version" depends="compile-net-1.1">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>
@@ -804,6 +806,7 @@ limitations under the License.
     <target name="runtests-net-2.0" description="Runs log4net tests on .NET 
Framework 2.0 version" depends="compile-net-2.0">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>
@@ -811,6 +814,7 @@ limitations under the License.
     <target name="runtests-mono-2.0" description="Runs log4net tests on Mono 
Framework 2.0 version" depends="compile-mono-2.0">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>
@@ -818,6 +822,7 @@ limitations under the License.
     <target name="runtests-mono-3.5" description="Runs log4net tests on Mono 
Framework 3.5 version" depends="compile-mono-3.5">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>
@@ -825,6 +830,7 @@ limitations under the License.
     <target name="runtests-mono-4.0" description="Runs log4net tests on Mono 
Framework 4.0 version" depends="compile-mono-4.0">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>
@@ -832,6 +838,7 @@ limitations under the License.
     <target name="runtests-net-3.5" description="Runs log4net tests on .NET 
Framework 3.5 version" depends="compile-net-3.5">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>
@@ -839,6 +846,7 @@ limitations under the License.
     <target name="runtests-net-3.5-cp" description="Runs log4net tests on .NET 
Framework 3.5 Client Profile version" depends="compile-net-3.5-cp">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>
@@ -846,6 +854,7 @@ limitations under the License.
     <target name="runtests-net-4.0" description="Runs log4net tests on .NET 
Framework 4.0 version" depends="compile-net-4.0">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>
@@ -853,6 +862,7 @@ limitations under the License.
     <target name="runtests-net-4.0-cp" description="Runs log4net tests on .NET 
Framework 4.0 Client Profile version" depends="compile-net-4.0-cp">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>
@@ -860,6 +870,7 @@ limitations under the License.
     <target name="runtests-net-4.5" description="Runs log4net tests on .NET 
Framework 4.5 version" depends="compile-net-4.5">
         <nunit2>
             <formatter type="Xml" usefile="true" extension=".xml" 
outputdir="${log4net.basedir}/testresults/${current.build.configuration.dir}" />
+            <formatter type="Plain"/>
             <test assemblyname="${current.bin.dir}/log4net.Tests.dll" />
         </nunit2>
     </target>

Reply via email to