Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Integration.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23167/test/Spring/Spring.Data.Integration.Tests
Modified Files:
Spring.Data.Integration.Tests.2005.csproj
Spring.Data.Integration.Tests.dll.config
Log Message:
fixed SPRNET-872
Index: Spring.Data.Integration.Tests.dll.config
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Integration.Tests/Spring.Data.Integration.Tests.dll.config,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Spring.Data.Integration.Tests.dll.config 29 Jan 2008 20:27:32 -0000 1.6
--- Spring.Data.Integration.Tests.dll.config 14 Mar 2008 12:02:45 -0000 1.7
***************
*** 3,8 ****
<configSections>
- <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
-
<sectionGroup name="common">
<section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />
--- 3,6 ----
***************
*** 17,21 ****
<logging>
! <factoryAdapter type="Common.Logging.Simple.ConsoleOutLoggerFactoryAdapter, Common.Logging">
<arg key="level" value="INFO" />
--- 15,19 ----
<logging>
! <factoryAdapter type="Common.Logging.Simple.TraceLoggerFactoryAdapter, Common.Logging">
<arg key="level" value="INFO" />
***************
*** 24,29 ****
</logging>
</common>
!
!
<spring>
<parsers>
--- 22,26 ----
</logging>
</common>
!
<spring>
<parsers>
***************
*** 31,80 ****
</parsers>
</spring>
- <!--
- <common>
- <logging>
- <factoryAdapter type="Common.Logging.Log4Net.Log4NetLoggerFactoryAdapter, Common.Logging.Log4Net">
- <arg key="configType" value="INLINE" />
- </factoryAdapter>
- </logging>
- </common>
- -->
-
- <log4net>
- <appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender">
- <layout type="log4net.Layout.PatternLayout">
- <conversionPattern value="%-5level - %message%newline" />
- </layout>
- </appender>
-
- <!-- Set default logging level to DEBUG -->
- <root>
- <level value="INFO" />
- <appender-ref ref="ConsoleAppender" />
- </root>
-
-
- <!-- Set logging for Spring to INFO.
- Logger names in Spring correspond to the namespace -->
-
- <logger name="Spring">
- <level value="INFO" />
- </logger>
-
-
- <!--
- <logger name="Spring.Data">
- <level value="DEBUG" />
- </logger>
- -->
-
- <!--
- <logger name="Spring.Transaction">
- <level value="DEBUG" />
- </logger>
- -->
-
-
- </log4net>
</configuration>
\ No newline at end of file
--- 28,31 ----
Index: Spring.Data.Integration.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Integration.Tests/Spring.Data.Integration.Tests.2005.csproj,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Spring.Data.Integration.Tests.2005.csproj 29 Jan 2008 20:27:32 -0000 1.25
--- Spring.Data.Integration.Tests.2005.csproj 14 Mar 2008 12:02:45 -0000 1.26
***************
*** 74,89 ****
<HintPath>..\..\..\lib\Net\2.0\Common.Logging.dll</HintPath>
</Reference>
- <Reference Include="Common.Logging.Log4Net, Version=1.2.0.2, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\lib\Net\2.0\Common.Logging.Log4Net.dll</HintPath>
- </Reference>
<Reference Include="DotNetMock, Version=0.7.4.0, Culture=neutral, PublicKeyToken=805ea88df19095f6">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\lib\Net\2.0\DotNetMock.dll</HintPath>
</Reference>
- <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\lib\Net\2.0\log4net.dll</HintPath>
- </Reference>
<Reference Include="nunit.framework, Version=2.2.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
--- 74,81 ----
|