User: xtoff
Date: 2009/11/26 11:05 AM
Modified:
/Core/trunk/src/Castle.Core.Tests/
Castle.Core.Tests-vs2008.csproj, LevelFilteredLoggerTests.cs
/Core/trunk/src/Castle.Core/Resource/
AssemblyBundleResource.cs
Log:
- removed some dead code
- fixed reference in .Tests project
File Changes:
Directory: /Core/trunk/src/Castle.Core.Tests/
=============================================
File [modified]: Castle.Core.Tests-vs2008.csproj
Delta lines: +0 -6
===================================================================
--- Core/trunk/src/Castle.Core.Tests/LevelFilteredLoggerTests.cs
2009-11-26 16:15:44 UTC (rev 6358)
+++ Core/trunk/src/Castle.Core.Tests/LevelFilteredLoggerTests.cs
2009-11-26 18:05:22 UTC (rev 6359)
@@ -1342,12 +1342,6 @@
{
Assert.AreEqual(0, calls, "LevelFilteredLogger.Log was
called with logging " + logger.Level);
}
-
- private void ValidateCalled()
- {
- Assert.AreEqual(1, calls, "LevelFilteredLogger.Log was
not called with logging " + logger.Level);
- }
-
}
File [modified]: LevelFilteredLoggerTests.cs
Delta lines: +0 -0
===================================================================
Directory: /Core/trunk/src/Castle.Core/Resource/
================================================
File [modified]: AssemblyBundleResource.cs
Delta lines: +3 -3
===================================================================
--- Core/trunk/src/Castle.Core.Tests/Castle.Core.Tests-vs2008.csproj
2009-11-26 16:15:44 UTC (rev 6358)
+++ Core/trunk/src/Castle.Core.Tests/Castle.Core.Tests-vs2008.csproj
2009-11-26 18:05:22 UTC (rev 6359)
@@ -37,9 +37,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="nunit.framework">
- <Name>nunit.framework</Name>
- <HintPath>..\..\build\net-3.5\debug\nunit.framework.dll</HintPath>
+ <Reference Include="nunit.framework, Version=2.5.0.9122, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
--
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.