<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs">
    <title>gmane.comp.windows.dotnet.nunit.cvs</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1580"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1579"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1578"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1577"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1576"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1575"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1574"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1573"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1572"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1571"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1570"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1569"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1568"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1567"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1566"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1565"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1564"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1563"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1562"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1561"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1580">
    <title>nunit20/tools/src/GenSyntax/TemplatesAssert.template.cs, 1.6, 1.7</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1580</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/tools/src/GenSyntax/Templates
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18175/tools/src/GenSyntax/Templates

Modified Files:
Assert.template.cs 
Log Message:
Add #if...#endif around .NET 2.0 code

Index: Assert.template.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/tools/src/GenSyntax/Templates/Assert.template.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Assert.template.cs10 Aug 2009 21:04:20 -00001.6
--- Assert.template.cs11 Aug 2009 01:42:10 -00001.7
***************
*** 701,704 ****
--- 701,705 ----
  
          #region Catch&amp;lt;T&amp;gt;
+ #if NET_2_0
          /// &amp;lt;summary&amp;gt;
          /// Verifies that a delegate throws an exception of a certain Type
***************
*** 736,739 ****
--- 737,741 ----
              return Throws(new InstanceOfTypeConstraint(typeof(T)), code);
          }
+ #endif
          #endregion
  


------------------------------------------------------&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-11T01:42:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1579">
    <title>nunit20/src/NUnitFramework/framework Assert.cs, 1.83,1.84</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1579</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitFramework/framework
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18175/src/NUnitFramework/framework

Modified Files:
Assert.cs 
Log Message:
Add #if...#endif around .NET 2.0 code

Index: Assert.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitFramework/framework/Assert.cs,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** Assert.cs10 Aug 2009 22:05:11 -00001.83
--- Assert.cs11 Aug 2009 01:42:10 -00001.84
***************
*** 701,709 ****
  
          #region Catch&amp;lt;T&amp;gt;
          /// &amp;lt;summary&amp;gt;
          /// Verifies that a delegate throws an exception of a certain Type
          /// or one derived from it when called and returns it.
          /// &amp;lt;/summary&amp;gt;
!         /// &amp;lt;typeparam name="T"&amp;gt;The expected Exception Type&amp;lt;/typeparam&amp;gt;
          /// &amp;lt;param name="code"&amp;gt;A TestDelegate&amp;lt;/param&amp;gt;
          /// &amp;lt;param name="message"&amp;gt;The message that will be displayed on failur&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-11T01:42:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1578">
    <title>nunit20/src/tests/test-assemblyTestCaseSourceAttributeFixture.cs, 1.3, 1.4</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1578</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/tests/test-assembly
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16865/src/tests/test-assembly

Modified Files:
TestCaseSourceAttributeFixture.cs 
Log Message:
Replace return yield statements breaking the .NET 1.1 build.

Index: TestCaseSourceAttributeFixture.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/tests/test-assembly/TestCaseSourceAttributeFixture.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TestCaseSourceAttributeFixture.cs8 Aug 2009 23:42:03 -00001.3
--- TestCaseSourceAttributeFixture.cs11 Aug 2009 01:32:08 -00001.4
***************
*** 53,59 ****
              get
              {
!                 yield return new TestCaseData(1);
!                 yield return new TestCaseData(2).Ignore();
!                 yield return new TestCaseData(3).Ignore("Don't Run Me!");
              }
          }
--- 53,61 ----
              get
              {
!           &lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-11T01:32:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1577">
    <title>nunit20/src/NUnitCore/tests TestCaseSourceTests.cs,1.8, 1.9</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1577</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitCore/tests
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16865/src/NUnitCore/tests

Modified Files:
TestCaseSourceTests.cs 
Log Message:
Replace return yield statements breaking the .NET 1.1 build.

Index: TestCaseSourceTests.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitCore/tests/TestCaseSourceTests.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TestCaseSourceTests.cs8 Aug 2009 23:42:03 -00001.8
--- TestCaseSourceTests.cs11 Aug 2009 01:32:08 -00001.9
***************
*** 297,303 ****
                  get
                  {
!                     yield return new TestCaseData(12, 3).Returns(5).Throws(typeof(AssertionException)).SetName("TC1");
!                     yield return new TestCaseData(12, 2).Returns(6).SetName("TC2");
!                     yield return new TestCaseData(12, 4).Returns(3).SetName("TC3");
                  }
              }
--- 29&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-11T01:32:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1576">
    <title>nunit20/install NUnit.wxs,1.14,1.15</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1576</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/install
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16685/install

Modified Files:
NUnit.wxs 
Log Message:
Update product id for 2.5.2 release

Index: NUnit.wxs
===================================================================
RCS file: /cvsroot/nunit/nunit20/install/NUnit.wxs,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** NUnit.wxs9 Jul 2009 01:36:58 -00001.14
--- NUnit.wxs11 Aug 2009 01:31:04 -00001.15
***************
*** 4,8 ****
    &amp;lt;Product UpgradeCode="009074FF-2CEC-4b0c-9951-B07186F9ED3A"
             Name="NUnit $(var.NominalVersion)"
!    Id="C5793E78-F20A-4f81-A4F4-6D9D4F62904F"
             Version="$(var.ProductVersion)"
             Manufacturer="nunit.org"
--- 4,8 ----
    &amp;lt;Product UpgradeCode="009074FF-2CEC-4b0c-9951-B07186F9ED3A"
             Name="NUnit $(var.NominalVersion)"
!    Id="3AD32EC5-806E-43a8-8757-76D05AD4677A"
             Version="$(var.ProductVersion)"
             Manufacturer="nunit.org"


&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-11T01:31:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1575">
    <title>nunit20 nunit.build,1.45,1.46</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1575</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15428

Modified Files:
nunit.build 
Log Message:
Update version for 2.5.2 release

Index: nunit.build
===================================================================
RCS file: /cvsroot/nunit/nunit20/nunit.build,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** nunit.build6 Jul 2009 05:27:45 -00001.45
--- nunit.build11 Aug 2009 01:19:45 -00001.46
***************
*** 58,67 ****
  
    &amp;lt;!-- NUnit Base Package Version - First three digits --&amp;gt;
!   &amp;lt;property name="base.package.version" value="2.5.1"/&amp;gt;
   
    &amp;lt;!-- Nominal version used for install directory and program
         files menu. Normally the same as the package version, 
         but may differ when we are in alpha or beta. --&amp;gt;
!   &amp;lt;property name="nominal.version" value="2.5.1" /&amp;gt;
  
    &amp;lt;!-- Determine todays build number --&amp;gt;
--- 58,67 ----
  
    &amp;lt;!-- NUnit Base Package Version - First three digits --&amp;gt;
!   &amp;lt;property name="base.&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-11T01:19:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1574">
    <title>nunit20/src CommonAssemblyInfo.cs,1.42,1.43</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1574</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15428/src

Modified Files:
CommonAssemblyInfo.cs 
Log Message:
Update version for 2.5.2 release

Index: CommonAssemblyInfo.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/CommonAssemblyInfo.cs,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** CommonAssemblyInfo.cs6 Jul 2009 05:27:45 -00001.42
--- CommonAssemblyInfo.cs11 Aug 2009 01:19:45 -00001.43
***************
*** 31,34 ****
  // by using the '*' as shown below:
  
! [assembly: AssemblyVersion("2.5.1")]
! [assembly: AssemblyInformationalVersion("2.5.1")]
--- 31,34 ----
  // by using the '*' as shown below:
  
! [assembly: AssemblyVersion("2.5.2")]
! [assembly: AssemblyInformationalVersion("2.5.2")]


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify y&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-11T01:19:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1573">
    <title>nunit20/solutions/vs2005/NUnitFramework/frameworknunit.framework.dll.csproj, 1.46, 1.47</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1573</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/solutions/vs2005/NUnitFramework/framework
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26764/solutions/vs2005/NUnitFramework/framework

Modified Files:
nunit.framework.dll.csproj 
Log Message:
Remove internal Catch class

Index: nunit.framework.dll.csproj
===================================================================
RCS file: /cvsroot/nunit/nunit20/solutions/vs2005/NUnitFramework/framework/nunit.framework.dll.csproj,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** nunit.framework.dll.csproj7 Aug 2009 16:57:34 -00001.46
--- nunit.framework.dll.csproj10 Aug 2009 22:05:11 -00001.47
***************
*** 314,319 ****
      &amp;lt;/Compile&amp;gt;
      &amp;lt;Compile Include="..\..\..\..\src\NUnitFramework\framework\SetUICultureAttribute.cs"&amp;gt;
!       &amp;lt;Link&amp;gt;SetCultureAttribute.cs&amp;lt;/Link&amp;gt;
!       &amp;lt;SubType&amp;gt;Code&amp;lt;/SubType&amp;gt;
      &amp;lt;/Compile&amp;gt;
      &amp;lt;Compile Include="..\..\..\..\src\NUnitFramework\framework\SetUpAttribute.cs"&amp;gt;
--- 314,318 ----
      &amp;lt;/Compil&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T22:05:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1572">
    <title>nunit20/src/NUnitFramework/framework Assert.cs, 1.82,1.83 nunit.framework.build, 1.79, 1.80 Catch.cs, 1.5, NONE</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1572</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitFramework/framework
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26764/src/NUnitFramework/framework

Modified Files:
Assert.cs nunit.framework.build 
Removed Files:
Catch.cs 
Log Message:
Remove internal Catch class

Index: nunit.framework.build
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitFramework/framework/nunit.framework.build,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** nunit.framework.build7 Aug 2009 16:57:36 -00001.79
--- nunit.framework.build10 Aug 2009 22:05:11 -00001.80
***************
*** 46,50 ****
          &amp;lt;include name="Assume.cs"/&amp;gt;
          &amp;lt;include name="CategoryAttribute.cs"/&amp;gt;
-         &amp;lt;include name="Catch.cs"/&amp;gt;
          &amp;lt;include name="CollectionAssert.cs"/&amp;gt;
          &amp;lt;include name="DatapointAttributes.cs"/&amp;gt;
--- 46,49 ----

--- Catch.cs DELETED ---

Index: Assert.cs
==================================================================&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T22:05:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1571">
    <title>nunit20/src/NUnitFramework/framework/ConstraintsThrowsConstraint.cs, 1.11, 1.12</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1571</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitFramework/framework/Constraints
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26764/src/NUnitFramework/framework/Constraints

Modified Files:
ThrowsConstraint.cs 
Log Message:
Remove internal Catch class

Index: ThrowsConstraint.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitFramework/framework/Constraints/ThrowsConstraint.cs,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ThrowsConstraint.cs6 Jul 2009 05:27:46 -00001.11
--- ThrowsConstraint.cs10 Aug 2009 22:05:11 -00001.12
***************
*** 49,55 ****
                      string.Format("The actual value must be a TestDelegate but was {0}",actual.GetType().Name), "actual");
  
!             this.caughtException = Catch.Exception(code);
  
!             if (caughtException == null)
                  return false;
  
--- 49,64 ----
                      string.Format("The actual value must be a TestDelega&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T22:05:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1570">
    <title>nunit20/solutions/vs2008/NUnitFramework/frameworknunit.framework.dll.csproj, 1.39, 1.40</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1570</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/solutions/vs2008/NUnitFramework/framework
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26764/solutions/vs2008/NUnitFramework/framework

Modified Files:
nunit.framework.dll.csproj 
Log Message:
Remove internal Catch class

Index: nunit.framework.dll.csproj
===================================================================
RCS file: /cvsroot/nunit/nunit20/solutions/vs2008/NUnitFramework/framework/nunit.framework.dll.csproj,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** nunit.framework.dll.csproj7 Aug 2009 16:57:34 -00001.39
--- nunit.framework.dll.csproj10 Aug 2009 22:05:11 -00001.40
***************
*** 351,357 ****
        &amp;lt;Link&amp;gt;Throws.cs&amp;lt;/Link&amp;gt;
      &amp;lt;/Compile&amp;gt;
-     &amp;lt;Compile Include="..\..\..\..\src\NUnitFramework\framework\Catch.cs"&amp;gt;
-       &amp;lt;Link&amp;gt;Catch.cs&amp;lt;/Link&amp;gt;
-     &amp;lt;/Compile&amp;gt;
      &amp;lt;Compile Include="..\..\..\..\src\NUnitFramework\framework\RequiredAddinAttribute.cs"&amp;gt;
        &amp;lt;Link&amp;gt;RequiredAddinAttribute.cs&amp;lt;/Link&amp;gt;
--- 351&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T22:05:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1569">
    <title>nunit20/src/NUnitCore/core TestMethod.cs, 1.51, 1.52</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1569</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitCore/core
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26479/src/NUnitCore/core

Modified Files:
TestMethod.cs 
Log Message:
Return actual exception rather than TargetInvocationException wrapper
created by NUnit. (Bug #2835061)

Index: TestMethod.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitCore/core/TestMethod.cs,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** TestMethod.cs7 Aug 2009 16:57:35 -00001.51
--- TestMethod.cs10 Aug 2009 22:04:11 -00001.52
***************
*** 285,289 ****
                      int index = tearDownMethods.Length;
                      while (--index &amp;gt;= 0)
!                         tearDownMethods[index].Invoke(tearDownMethods[index].IsStatic ? null : this.Fixture, new object[0]);
                  }
  }
--- 285,289 ----
                      int index = tearDownMethods.Length;
                      while (--index &amp;gt;= 0)
!   &lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T22:04:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1568">
    <title>nunit20/src/NUnitCore/tests SetUpTest.cs,1.5,1.6</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1568</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitCore/tests
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26479/src/NUnitCore/tests

Modified Files:
SetUpTest.cs 
Log Message:
Return actual exception rather than TargetInvocationException wrapper
created by NUnit. (Bug #2835061)

Index: SetUpTest.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitCore/tests/SetUpTest.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** SetUpTest.cs18 Apr 2009 02:26:14 -00001.5
--- SetUpTest.cs10 Aug 2009 22:04:11 -00001.6
***************
*** 5,8 ****
--- 5,9 ----
  // ****************************************************************
  
+ using System;
  using NUnit.Framework;
  using NUnit.Core.Builders;
***************
*** 84,87 ****
--- 85,119 ----
              Assert.IsTrue(fixture.wasBaseTearDownCalledLast, "TearDown Order");
          }
+ 
+         [Test]
+         public void SetupRecordsOriginalExceptionThownByTestCase()
+ &lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T22:04:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1567">
    <title>nunit20/src/tests/test-assembly SetUpTest.cs, 1.4,1.5</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1567</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/tests/test-assembly
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26479/src/tests/test-assembly

Modified Files:
SetUpTest.cs 
Log Message:
Return actual exception rather than TargetInvocationException wrapper
created by NUnit. (Bug #2835061)

Index: SetUpTest.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/tests/test-assembly/SetUpTest.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SetUpTest.cs18 Apr 2009 20:44:16 -00001.4
--- SetUpTest.cs10 Aug 2009 22:04:11 -00001.5
***************
*** 151,153 ****
--- 151,175 ----
          }
      }
+ 
+     [TestFixture]
+     public class SetupAndTearDownExceptionFixture
+     {
+         public Exception setupException;
+         public Exception tearDownException;
+ 
+         [SetUp] 
+         public void SetUp()
+         {
+             if (setupException != null) throw setupException;
+         }
+ 
+         [TearDown]&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T22:04:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1566">
    <title>nunit20/src/NUnitFramework/frameworkTestCaseData.cs, 1.13, 1.14 TestFixtureAttribute.cs, 1.17, 1.18</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1566</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitFramework/framework
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26064/src/NUnitFramework/framework

Modified Files:
TestCaseData.cs TestFixtureAttribute.cs 
Log Message:
Add missing doc comments

Index: TestFixtureAttribute.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitFramework/framework/TestFixtureAttribute.cs,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** TestFixtureAttribute.cs8 Aug 2009 23:42:03 -00001.17
--- TestFixtureAttribute.cs10 Aug 2009 22:02:23 -00001.18
***************
*** 70,73 ****
--- 70,77 ----
          }
  
+         /// &amp;lt;summary&amp;gt;
+         /// Gets or sets a value indicating whether this &amp;lt;see cref="TestFixtureAttribute"/&amp;gt; should be ignored.
+         /// &amp;lt;/summary&amp;gt;
+         /// &amp;lt;value&amp;gt;&amp;lt;c&amp;gt;true&amp;lt;/c&amp;gt; if ignore; otherwise, &amp;lt;c&amp;gt;false&amp;lt;/c&amp;gt;.&amp;lt;/value&amp;gt;
          public bool Ignore
          {
***************
*** 76,79 ****
--- 80,87 ----
     &lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T22:02:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1565">
    <title>nunit20/src/NUnitFramework/framework Assert.cs, 1.81,1.82</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1565</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitFramework/framework
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11234/src/NUnitFramework/framework

Modified Files:
Assert.cs 
Log Message:
Add Assert.Catch methods and remove previously  committed Asset.Throw
overloads being replaced by Assert.Catch

Index: Assert.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitFramework/framework/Assert.cs,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** Assert.cs10 Aug 2009 06:42:19 -00001.81
--- Assert.cs10 Aug 2009 21:04:20 -00001.82
***************
*** 508,545 ****
          #endregion
  
!         #region Throws and DoesNotThrow
  
          #region Throws
          /// &amp;lt;summary&amp;gt;
-         /// Verifies that a delegate throws an exception when called.
-         /// &amp;lt;/summary&amp;gt;
-         /// &amp;lt;param name="code"&amp;gt;A TestDelegate&amp;lt;/param&amp;gt;
-         /// &amp;lt;param name="message"&amp;gt;The message that will be displayed on failure&amp;lt;/para&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T21:04:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1564">
    <title>nunit20/tools/src/GenSyntax/TemplatesAssert.template.cs, 1.5, 1.6</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1564</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/tools/src/GenSyntax/Templates
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11234/tools/src/GenSyntax/Templates

Modified Files:
Assert.template.cs 
Log Message:
Add Assert.Catch methods and remove previously  committed Asset.Throw
overloads being replaced by Assert.Catch

Index: Assert.template.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/tools/src/GenSyntax/Templates/Assert.template.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Assert.template.cs10 Aug 2009 06:42:19 -00001.5
--- Assert.template.cs10 Aug 2009 21:04:20 -00001.6
***************
*** 508,545 ****
          #endregion
  
!         #region Throws and DoesNotThrow
  
          #region Throws
          /// &amp;lt;summary&amp;gt;
-         /// Verifies that a delegate throws an exception when called.
-         /// &amp;lt;/summary&amp;gt;
-         /// &amp;lt;param name="code"&amp;gt;A TestDelegate&amp;lt;/param&amp;gt;
-         /// &amp;lt;param name="message"&amp;gt;The messa&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T21:04:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1563">
    <title>nunit20/src/NUnitFramework/testsAssertThrowsTests.cs, 1.15, 1.16</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1563</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitFramework/tests
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11234/src/NUnitFramework/tests

Modified Files:
AssertThrowsTests.cs 
Log Message:
Add Assert.Catch methods and remove previously  committed Asset.Throw
overloads being replaced by Assert.Catch

Index: AssertThrowsTests.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitFramework/tests/AssertThrowsTests.cs,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** AssertThrowsTests.cs10 Aug 2009 06:42:19 -00001.15
--- AssertThrowsTests.cs10 Aug 2009 21:04:20 -00001.16
***************
*** 13,27 ****
  {
          [Test]
!         public void UnspecifiedExceptionIsThrown()
          {
  #if NET_2_0
!             Exception ex = Assert.Throws(new TestDelegate(TestDelegates.ThrowsArgumentException));
! #else
!             Exception ex = Assert.Throws(new TestDelegate(TestDelegates.ThrowsArgumentException));
  #end&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T21:04:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1562">
    <title>nunit20/src/GuiComponents/UiKitTestSuiteTreeView.cs, 1.93, 1.94</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1562</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/GuiComponents/UiKit
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10751/src/GuiComponents/UiKit

Modified Files:
TestSuiteTreeView.cs 
Log Message:
Refactor after fix to reload

Index: TestSuiteTreeView.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/GuiComponents/UiKit/TestSuiteTreeView.cs,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** TestSuiteTreeView.cs10 Aug 2009 06:41:37 -00001.93
--- TestSuiteTreeView.cs10 Aug 2009 21:02:41 -00001.94
***************
*** 842,845 ****
--- 842,846 ----
              {
                  string selectedName = ((TestSuiteTreeNode)SelectedNode).Test.TestName.FullName;
+ 
                  UpdateNode((TestSuiteTreeNode)Nodes[0], test, new ArrayList());
  
***************
*** 1172,1184 ****
  private bool UpdateNodes( IList nodes, IList tests, IList deletedNodes )
  {
! // As of NUnit 2.3.6006, the newly reloaded tests 
! //&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T21:02:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1561">
    <title>nunit20/src/NUnitFramework/testsAssertThrowsTests.cs, 1.14, 1.15</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1561</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitFramework/tests
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8325/src/NUnitFramework/tests

Modified Files:
AssertThrowsTests.cs 
Log Message:
Add new overloads of Assert.Throws with no constraint specified.

Index: AssertThrowsTests.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitFramework/tests/AssertThrowsTests.cs,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** AssertThrowsTests.cs18 Apr 2009 02:27:17 -00001.14
--- AssertThrowsTests.cs10 Aug 2009 06:42:19 -00001.15
***************
*** 12,15 ****
--- 12,26 ----
  public class AssertThrowsTests : MessageChecker
  {
+         [Test]
+         public void UnspecifiedExceptionIsThrown()
+         {
+ #if NET_2_0
+             Exception ex = Assert.Throws(new TestDelegate(TestDelegates.ThrowsArgumentException));
+ #else
+             Exception ex = Assert.Throws(new TestDelegate(TestDelegates.ThrowsArgument&lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T06:42:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1560">
    <title>nunit20/src/NUnitFramework/framework Assert.cs, 1.80,1.81</title>
    <link>http://permalink.gmane.org/gmane.comp.windows.dotnet.nunit.cvs/1560</link>
    <description>&lt;pre&gt;Update of /cvsroot/nunit/nunit20/src/NUnitFramework/framework
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8325/src/NUnitFramework/framework

Modified Files:
Assert.cs 
Log Message:
Add new overloads of Assert.Throws with no constraint specified.

Index: Assert.cs
===================================================================
RCS file: /cvsroot/nunit/nunit20/src/NUnitFramework/framework/Assert.cs,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** Assert.cs6 Jul 2009 05:27:46 -00001.80
--- Assert.cs10 Aug 2009 06:42:19 -00001.81
***************
*** 512,515 ****
--- 512,545 ----
          #region Throws
          /// &amp;lt;summary&amp;gt;
+         /// Verifies that a delegate throws an exception when called.
+         /// &amp;lt;/summary&amp;gt;
+         /// &amp;lt;param name="code"&amp;gt;A TestDelegate&amp;lt;/param&amp;gt;
+         /// &amp;lt;param name="message"&amp;gt;The message that will be displayed on failure&amp;lt;/param&amp;gt;
+         /// &amp;lt;param name="args"&amp;gt;Arguments to be used in formatting the message&amp;lt;/param&amp;gt;
+        &lt;/pre&gt;</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2009-08-10T06:42:21</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.windows.dotnet.nunit.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.windows.dotnet.nunit.cvs</link>
  </textinput>
</rdf:RDF>
