User: 
Date: 2009/12/20 07:17 PM

Added:
 /buildtools/
 /buildtools/NUnit/
 /buildtools/NUnit/2.5.3/
  license.txt
 /buildtools/NUnit/2.5.3/bin/
  NUnitFitTests.html, NUnitTests.config, NUnitTests.nunit, agent.conf, 
agent.log.conf, launcher.log.conf, nunit-agent-x86.exe, 
nunit-agent-x86.exe.config, nunit-agent.exe, nunit-agent.exe.config, 
nunit-console-x86.exe, nunit-console-x86.exe.config, nunit-console.exe, 
nunit-console.exe.config, nunit-x86.exe, nunit-x86.exe.config, nunit.exe, 
nunit.exe.config, nunit.framework.dll, pnunit-agent.exe, 
pnunit-agent.exe.config, pnunit-launcher.exe, pnunit-launcher.exe.config, 
pnunit.framework.dll, pnunit.tests.dll, runFile.exe, runFile.exe.config, 
runpnunit.bat, test.conf
 /buildtools/NUnit/2.5.3/bin/framework/
  nunit.framework.dll, nunit.framework.xml, nunit.mocks.dll, 
pnunit.framework.dll
 /buildtools/NUnit/2.5.3/bin/lib/
  Failure.png, Ignored.png, Inconclusive.png, Skipped.png, Success.png, 
fit.dll, log4net.dll, nunit-console-runner.dll, nunit-gui-runner.dll, 
nunit.core.dll, nunit.core.interfaces.dll, nunit.fixtures.dll, 
nunit.uiexception.dll, nunit.uikit.dll, nunit.util.dll
 /buildtools/NUnit/2.5.3/bin/tests/
  loadtest-assembly.dll, mock-assembly.dll, nonamespace-assembly.dll, 
nunit-console.tests.dll, nunit-gui.tests.dll, nunit.core.tests.dll, 
nunit.fixtures.tests.dll, nunit.framework.dll, nunit.framework.tests.dll, 
nunit.mocks.tests.dll, nunit.uiexception.tests.dll, nunit.uikit.tests.dll, 
nunit.util.tests.dll, test-assembly.dll, test-utilities.dll, timing-tests.dll

Log:
 Importing NUnit 2.5.3 into buildtools.

Directory Changes:

Directory: /svn:mime-type/
==========================

   + application/octet-stream

--- buildtools/NUnit/2.5.3/license.txt                          (rev 0)
+++ buildtools/NUnit/2.5.3/license.txt  2009-12-21 02:17:53 UTC (rev 6508)
@@ -0,0 +1,15 @@
+Copyright © 2002-2008 Charlie Poole
+Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov
+Copyright © 2000-2002 Philip A. Craig
+
+This software is provided 'as-is', without any express or implied warranty. In 
no event will the authors be held liable for any damages arising from the use 
of this software.
+
+Permission is granted to anyone to use this software for any purpose, 
including commercial applications, and to alter it and redistribute it freely, 
subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment (see the following) in the product documentation is required.
+
+Portions Copyright © 2002-2008 Charlie Poole or Copyright © 2002-2004 James W. 
Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 Philip A. 
Craig
+
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+

File Changes:

Directory: /buildtools/NUnit/2.5.3/
===================================

File [added]: license.txt
Delta lines: +0 -0
===================================================================

Directory: /buildtools/NUnit/2.5.3/bin/
=======================================

File [added]: NUnitFitTests.html
Delta lines: +83 -0
===================================================================

--- buildtools/NUnit/2.5.3/bin/NUnitTests.config                                
(rev 0)
+++ buildtools/NUnit/2.5.3/bin/NUnitTests.config        2009-12-21 02:17:53 UTC 
(rev 6508)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+<!--
+        This is the configuration file for the NUnitTests.nunit test project. 
You may
+        need to create a similar configuration file for your own test project. 
+ -->    
+
+<!--
+        The <NUnit> section is only needed if you want to use a non-default 
value
+        for any of the settings. It is commented out below. If you are going 
to use
+   it, you must deifne the NUnit section group and the sections you need.
+ 
+   The syntax shown here works for most runtimes. If NUnit fails at startup, 
you
+   can try specifying the name of the assembly containing the 
NameValueSectionHandler:
+   
+      <section name="TestCaseBuilder" 
type="System.Configuration.NameValueSectionHandler, System" />
+      
+   If that fails, try the fully qualified name of the assembly:
+   
+      <section name="TestCaseBuilder" 
type="System.Configuration.NameValueSectionHandler, System, 
+             Version=2.0.50727.832, Culture=neutral, 
PublicKeyToken=b77a5c561934e089" />
+             
+   Unfortunately, this last approach makes your config file non-portable 
across runtimes.
+   -->
+
+<!--
+  <configSections>
+               <sectionGroup name="NUnit">
+                       <section name="TestCaseBuilder" 
type="System.Configuration.NameValueSectionHandler"/>
+                       <section name="TestRunner" 
type="System.Configuration.NameValueSectionHandler"/>
+               </sectionGroup>
+       </configSections>
+ -->
+
+  <appSettings>
+               <!--   User application and configured property settings go 
here.-->
+               <!--   Example: <add key="settingName" value="settingValue"/> 
-->
+               <add key="test.setting" value="54321" />
+       </appSettings>
+
+<!-- Sample NUnit section group showing all default values -->
+<!--
+       <NUnit>
+               <TestCaseBuilder>
+                       <add key="OldStyleTestCases" value="false" />
+               </TestCaseBuilder>
+               <TestRunner>
+                       <add key="ApartmentState" value="MTA" />
+                       <add key="ThreadPriority" value="Normal" />
+               </TestRunner>
+       </NUnit>
+-->
+  
+   <!--
+    The following <runtime> section allows running nunit tests under 
+    .NET 1.0 by redirecting assemblies. The appliesTo attribute
+    causes the section to be ignored except under .NET 1.0.
+   --> 
+       <runtime>
+               <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
+                               appliesTo="v1.0.3705">
+                       <dependentAssembly>
+                               <assemblyIdentity name="System" 
publicKeyToken="b77a5c561934e089" culture="" />
+                               <bindingRedirect oldVersion="1.0.5000.0" 
newVersion="1.0.3300.0" />
+                       </dependentAssembly>
+                       <dependentAssembly>
+                               <assemblyIdentity name="System.Data" 
publicKeyToken="b77a5c561934e089" culture="" />
+                               <bindingRedirect oldVersion="1.0.5000.0" 
newVersion="1.0.3300.0" />
+                       </dependentAssembly>
+                       <dependentAssembly>
+                               <assemblyIdentity name="System.Drawing" 
publicKeyToken="b03f5f7f11d50a3a" culture="" />
+                               <bindingRedirect oldVersion="1.0.5000.0" 
newVersion="1.0.3300.0" />
+                       </dependentAssembly>
+                       <dependentAssembly>
+                               <assemblyIdentity name="System.Windows.Forms" 
publicKeyToken="b77a5c561934e089" culture="" />
+                               <bindingRedirect oldVersion="1.0.5000.0" 
newVersion="1.0.3300.0" />
+                       </dependentAssembly>
+                       <dependentAssembly>
+                               <assemblyIdentity name="System.Xml" 
publicKeyToken="b77a5c561934e089" culture="" />
+                               <bindingRedirect oldVersion="1.0.5000.0" 
newVersion="1.0.3300.0" />
+                       </dependentAssembly>
+               </assemblyBinding>
+       </runtime>

File [added]: NUnitTests.config
Delta lines: +13 -0
===================================================================

--- buildtools/NUnit/2.5.3/bin/NUnitTests.nunit                         (rev 0)
+++ buildtools/NUnit/2.5.3/bin/NUnitTests.nunit 2009-12-21 02:17:53 UTC (rev 
6508)
@@ -0,0 +1,14 @@
+<NUnitProject>
+  <Settings appbase="."/>
+  <Config name="Default" binpath="lib;tests;framework" runtimeFramework="v2.0">
+    <assembly path="tests/nunit.framework.tests.dll" />
+    <assembly path="tests/nunit.core.tests.dll" />
+    <assembly path="tests/nunit.util.tests.dll" />
+    <assembly path="tests/nunit.mocks.tests.dll" />
+    <assembly path="tests/nunit-console.tests.dll" />
+    <assembly path="tests/nunit.uiexception.tests.dll" />
+    <assembly path="tests/nunit.uikit.tests.dll" />
+    <assembly path="tests/nunit-gui.tests.dll" />
+    <assembly path="tests/nunit.fixtures.tests.dll" />
+  </Config>

File [added]: NUnitTests.nunit
Delta lines: +4 -0
===================================================================

--- buildtools/NUnit/2.5.3/bin/agent.conf                               (rev 0)
+++ buildtools/NUnit/2.5.3/bin/agent.conf       2009-12-21 02:17:53 UTC (rev 
6508)
@@ -0,0 +1,4 @@
+<AgentConfig>
+  <Port>8080</Port>
+  <PathToAssemblies>.</PathToAssemblies>
+</AgentConfig>

File [added]: agent.conf
Delta lines: +17 -0
===================================================================

--- buildtools/NUnit/2.5.3/bin/agent.log.conf                           (rev 0)
+++ buildtools/NUnit/2.5.3/bin/agent.log.conf   2009-12-21 02:17:53 UTC (rev 
6508)
@@ -0,0 +1,18 @@
+<log4net>
+       <!-- A1 is set to be a ConsoleAppender -->
+       <appender name="A1" type="log4net.Appender.ConsoleAppender">
+
+               <!-- A1 uses PatternLayout -->
+               <layout type="log4net.Layout.PatternLayout">
+                       <!-- Print the date in ISO 8601 format -->
+                       <conversionPattern value="%-5level %logger - 
%message%newline" />
+               </layout>
+       </appender>
+       
+       <!-- Set root logger level to DEBUG and its only appender to A1 -->
+       <root>
+               <level value="DEBUG" />
+               <appender-ref ref="A1" />
+       </root>
+

File [added]: agent.log.conf
Delta lines: +0 -0
===================================================================


File [added]: launcher.log.conf
Delta lines: +0 -0
===================================================================


File [added]: nunit-agent-x86.exe
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/nunit-agent-x86.exe
___________________________________________________________________

File [added]: nunit-agent-x86.exe.config
Delta lines: +0 -0
===================================================================


File [added]: nunit-agent.exe
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/nunit-agent.exe
___________________________________________________________________

File [added]: nunit-agent.exe.config
Delta lines: +0 -0
===================================================================


File [added]: nunit-console-x86.exe
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/nunit-console-x86.exe
___________________________________________________________________

File [added]: nunit-console-x86.exe.config
Delta lines: +0 -0
===================================================================


File [added]: nunit-console.exe
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/nunit-console.exe
___________________________________________________________________

File [added]: nunit-console.exe.config
Delta lines: +0 -0
===================================================================


File [added]: nunit-x86.exe
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/nunit-x86.exe
___________________________________________________________________

File [added]: nunit-x86.exe.config
Delta lines: +0 -0
===================================================================


File [added]: nunit.exe
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/nunit.exe
___________________________________________________________________

File [added]: nunit.exe.config
Delta lines: +0 -0
===================================================================


File [added]: nunit.framework.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/nunit.framework.dll
___________________________________________________________________

File [added]: pnunit-agent.exe
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/pnunit-agent.exe
___________________________________________________________________

File [added]: pnunit-agent.exe.config
Delta lines: +0 -0
===================================================================


File [added]: pnunit-launcher.exe
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/pnunit-launcher.exe
___________________________________________________________________

File [added]: pnunit-launcher.exe.config
Delta lines: +0 -0
===================================================================


File [added]: pnunit.framework.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/pnunit.framework.dll
___________________________________________________________________

File [added]: pnunit.tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/pnunit.tests.dll
___________________________________________________________________

File [added]: runFile.exe
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/runFile.exe
___________________________________________________________________

File [added]: runFile.exe.config
Delta lines: +2 -0
===================================================================

--- buildtools/NUnit/2.5.3/bin/runpnunit.bat                            (rev 0)
+++ buildtools/NUnit/2.5.3/bin/runpnunit.bat    2009-12-21 02:17:53 UTC (rev 
6508)
@@ -0,0 +1,2 @@
+start pnunit-agent agent.conf
+pnunit-launcher test.conf

File [added]: runpnunit.bat
Delta lines: +24 -0
===================================================================

--- buildtools/NUnit/2.5.3/bin/test.conf                                (rev 0)
+++ buildtools/NUnit/2.5.3/bin/test.conf        2009-12-21 02:17:53 UTC (rev 
6508)
@@ -0,0 +1,24 @@
+<TestGroup>
+    <ParallelTests>
+
+        <ParallelTest>
+            <Name>Testing</Name>
+            <Tests>
+                <TestConf>
+                    <Name>Testing</Name>
+                    <Assembly>pnunit.tests.dll</Assembly>
+                    <TestToRun>TestLibraries.Testing.EqualTo19</TestToRun>
+                    <Machine>localhost:8080</Machine>
+                    <TestParams>
+                        <string>..\server</string> <!-- server dir -->
+                       <string></string> <!-- database server -->
+                       <string></string><!-- conn string -->
+                    </TestParams>                                              
                                  
+                </TestConf>
+
+            </Tests>
+        </ParallelTest>
+
+
+    </ParallelTests>
+</TestGroup>

File [added]: test.conf
Delta lines: +0 -0
===================================================================


Directory: /buildtools/NUnit/2.5.3/bin/framework/
=================================================

File [added]: nunit.framework.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/framework/nunit.framework.dll
___________________________________________________________________

File [added]: nunit.framework.xml
Delta lines: +0 -0
===================================================================


File [added]: nunit.mocks.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/framework/nunit.mocks.dll
___________________________________________________________________

File [added]: pnunit.framework.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/framework/pnunit.framework.dll
___________________________________________________________________

Directory: /buildtools/NUnit/2.5.3/bin/lib/
===========================================

File [added]: Failure.png
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/Failure.png
___________________________________________________________________

File [added]: Ignored.png
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/Ignored.png
___________________________________________________________________

File [added]: Inconclusive.png
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/Inconclusive.png
___________________________________________________________________

File [added]: Skipped.png
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/Skipped.png
___________________________________________________________________

File [added]: Success.png
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/Success.png
___________________________________________________________________

File [added]: fit.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/fit.dll
___________________________________________________________________

File [added]: log4net.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/log4net.dll
___________________________________________________________________

File [added]: nunit-console-runner.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/nunit-console-runner.dll
___________________________________________________________________

File [added]: nunit-gui-runner.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/nunit-gui-runner.dll
___________________________________________________________________

File [added]: nunit.core.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/nunit.core.dll
___________________________________________________________________

File [added]: nunit.core.interfaces.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/nunit.core.interfaces.dll
___________________________________________________________________

File [added]: nunit.fixtures.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/nunit.fixtures.dll
___________________________________________________________________

File [added]: nunit.uiexception.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/nunit.uiexception.dll
___________________________________________________________________

File [added]: nunit.uikit.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/nunit.uikit.dll
___________________________________________________________________

File [added]: nunit.util.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/lib/nunit.util.dll
___________________________________________________________________

Directory: /buildtools/NUnit/2.5.3/bin/tests/
=============================================

File [added]: loadtest-assembly.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/loadtest-assembly.dll
___________________________________________________________________

File [added]: mock-assembly.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/mock-assembly.dll
___________________________________________________________________

File [added]: nonamespace-assembly.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/nonamespace-assembly.dll
___________________________________________________________________

File [added]: nunit-console.tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/nunit-console.tests.dll
___________________________________________________________________

File [added]: nunit-gui.tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/nunit-gui.tests.dll
___________________________________________________________________

File [added]: nunit.core.tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/nunit.core.tests.dll
___________________________________________________________________

File [added]: nunit.fixtures.tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/nunit.fixtures.tests.dll
___________________________________________________________________

File [added]: nunit.framework.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/nunit.framework.dll
___________________________________________________________________

File [added]: nunit.framework.tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/nunit.framework.tests.dll
___________________________________________________________________

File [added]: nunit.mocks.tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/nunit.mocks.tests.dll
___________________________________________________________________

File [added]: nunit.uiexception.tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: 
buildtools/NUnit/2.5.3/bin/tests/nunit.uiexception.tests.dll
___________________________________________________________________

File [added]: nunit.uikit.tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/nunit.uikit.tests.dll
___________________________________________________________________

File [added]: nunit.util.tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/nunit.util.tests.dll
___________________________________________________________________

File [added]: test-assembly.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/test-assembly.dll
___________________________________________________________________

File [added]: test-utilities.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/test-utilities.dll
___________________________________________________________________

File [added]: timing-tests.dll
Delta lines: +0 -0
===================================================================

Property changes on: buildtools/NUnit/2.5.3/bin/tests/timing-tests.dll
___________________________________________________________________

--

You received this message because you are subscribed to the Google Groups 
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-commits?hl=en.


Reply via email to