Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17585/Spring/Spring.Core.Tests
Modified Files:
Spring.Core.Tests.csproj Spring.Core.Tests.dll.config
Log Message:
Unit tests for the all of the new classes added in the previous commit.
Index: Spring.Core.Tests.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests/Spring.Core.Tests.csproj,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Spring.Core.Tests.csproj 23 Jul 2004 15:24:58 -0000 1.15
--- Spring.Core.Tests.csproj 26 Jul 2004 07:42:53 -0000 1.16
***************
*** 1,409 ****
! <VisualStudioProject>
! <CSHARP
! ProjectType = "Local"
! ProductVersion = "7.10.3077"
! SchemaVersion = "2.0"
! ProjectGuid = "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}"
! >
! <Build>
! <Settings
! ApplicationIcon = ""
! AssemblyKeyContainerName = ""
! AssemblyName = "Spring.Core.Tests"
! AssemblyOriginatorKeyFile = ""
! DefaultClientScript = "JScript"
! DefaultHTMLPageLayout = "Grid"
! DefaultTargetSchema = "IE50"
! DelaySign = "false"
! OutputType = "Library"
! PreBuildEvent = ""
! PostBuildEvent = 'echo "Copying .xml files for tests"
xcopy $(ProjectDir)Data ..\..\..\..\build\VS.Net\Spring.Core.Tests\Debug\ /y /s /q'
! RootNamespace = "Spring"
! RunPostBuildEvent = "OnOutputUpdated"
! StartupObject = ""
! >
! <Config
! Name = "Debug"
! AllowUnsafeBlocks = "false"
! BaseAddress = "285212672"
! CheckForOverflowUnderflow = "false"
! ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE"
! DocumentationFile = ""
! DebugSymbols = "true"
! FileAlignment = "4096"
! IncrementalBuild = "false"
! NoStdLib = "false"
! NoWarn = ""
! Optimize = "false"
! OutputPath = "..\..\..\build\VS.Net\Spring.Core.Tests\Debug\"
! RegisterForComInterop = "false"
! RemoveIntegerChecks = "false"
! TreatWarningsAsErrors = "false"
! WarningLevel = "4"
! />
! <Config
! Name = "Release"
! AllowUnsafeBlocks = "false"
! BaseAddress = "285212672"
! CheckForOverflowUnderflow = "false"
! ConfigurationOverrideFile = ""
! DefineConstants = "TRACE"
! DocumentationFile = ""
! DebugSymbols = "false"
! FileAlignment = "4096"
! IncrementalBuild = "false"
! NoStdLib = "false"
! NoWarn = ""
! Optimize = "true"
! OutputPath = "..\..\..\build\VS.Net\Release\"
! RegisterForComInterop = "false"
! RemoveIntegerChecks = "false"
! TreatWarningsAsErrors = "false"
! WarningLevel = "4"
! />
! </Settings>
! <References>
! <Reference
! Name = "System"
! AssemblyName = "System"
! />
! <Reference
! Name = "Spring.Core"
! Project = "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}"
! Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
! Private = "True"
! />
! <Reference
! Name = "nunit.framework"
! AssemblyName = "nunit.framework"
! HintPath = "..\..\..\lib\Net\1.1\nunit.framework.dll"
! />
! <Reference
! Name = "System.Data"
! AssemblyName = "System.Data"
! HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
! />
! <Reference
! Name = "System.XML"
! AssemblyName = "System.Xml"
! HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
! />
! <Reference
! Name = "Iesi.Collections"
! AssemblyName = "Iesi.Collections"
! HintPath = "..\..\..\lib\Iesi.Collections.dll"
! />
! <Reference
! Name = "Spring.Aop.Tests"
! Project = "{2111596A-0327-4C9D-8919-294FBD988A23}"
! Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
! />
! </References>
! </Build>
! <Files>
! <Include>
! <File
! RelPath = "AssemblyInfo.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Spring.Core.Tests.build"
! BuildAction = "None"
! />
! <File
! RelPath = "Spring.Core.Tests.dll.config"
! BuildAction = "None"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\concurrent.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\leaf.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\middle.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\root.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Config\ObjectFactoryCreatingFactoryObjectTests.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\autowire.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\child.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\classnotfound.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\collections.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\constructor-arg.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\default-autowire.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\default-lazy-init.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\dependenciesmaterializethis.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\factorycircle.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\initializers.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\invalid.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\invalid-factory.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\notfullyspecified.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\parent.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\reftypes.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\resource.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\satisfiedalldependencycheck.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\satisfiedobjectdependencycheck.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\satisfiedsimpledependencycheck.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\test.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\unsatisfiedalldependencycheckmissingobjects.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\unsatisfiedAllDependencyCheckMissingSimple.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\unsatisfiedobjectdependencycheck.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\unsatisfiedsimpledependencycheck.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Objects\DerivedTestObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\IndexedTestBean.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\INestedTestObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\ITestObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\NestedTestObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\ObjectWrapperTestSuite.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\TestObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\AbstractListableObjectFactoryTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\AbstractObjectFactoryTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\DefaultListableObjectFactoryTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\DummyFactory.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\HasMap.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\KnowsIfInstantiated.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\LifecycleObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\MustBeInitialized.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\ObjectFactoryUtilsTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Config\ConstructorArgumentValuesTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Config\MethodInvokingFactoryObjectTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Config\ObjectFactoryCreatingFactoryObjectTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\ConstructorDependenciesObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\DependenciesObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\DerivedConstructorDependenciesObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\DummyBo.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\DummyDao.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\DummyReferencer.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\IDummyBo.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\MixedCollectionObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\ReadOnlyXmlTestResource.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\XmlListableObjectFactoryTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\XmlObjectDefinitionReaderTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\XmlObjectFactoryTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Util\LinkedListTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Util\StringUtilTestSuite.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Util\TypeAliasResolverTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! </Include>
! </Files>
! </CSHARP>
! </VisualStudioProject>
!
--- 1,423 ----
! <VisualStudioProject>
! <CSHARP
! ProjectType = "Local"
! ProductVersion = "7.10.3077"
! SchemaVersion = "2.0"
! ProjectGuid = "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}"
! >
! <Build>
! <Settings
! ApplicationIcon = ""
! AssemblyKeyContainerName = ""
! AssemblyName = "Spring.Core.Tests"
! AssemblyOriginatorKeyFile = ""
! DefaultClientScript = "JScript"
! DefaultHTMLPageLayout = "Grid"
! DefaultTargetSchema = "IE50"
! DelaySign = "false"
! OutputType = "Library"
! PreBuildEvent = ""
! PostBuildEvent = ""
! RootNamespace = "Spring"
! RunPostBuildEvent = "OnBuildSuccess"
! StartupObject = ""
! >
! <Config
! Name = "Debug"
! AllowUnsafeBlocks = "false"
! BaseAddress = "285212672"
! CheckForOverflowUnderflow = "false"
! ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE"
! DocumentationFile = ""
! DebugSymbols = "true"
! FileAlignment = "4096"
! IncrementalBuild = "false"
! NoStdLib = "false"
! NoWarn = ""
! Optimize = "false"
! OutputPath = "..\..\..\build\VS.Net\Spring.Core.Tests\Debug\"
! RegisterForComInterop = "false"
! RemoveIntegerChecks = "false"
! TreatWarningsAsErrors = "false"
! WarningLevel = "4"
! />
! <Config
! Name = "Release"
! AllowUnsafeBlocks = "false"
! BaseAddress = "285212672"
! CheckForOverflowUnderflow = "false"
! ConfigurationOverrideFile = ""
! DefineConstants = "TRACE"
! DocumentationFile = ""
! DebugSymbols = "false"
! FileAlignment = "4096"
! IncrementalBuild = "false"
! NoStdLib = "false"
! NoWarn = ""
! Optimize = "true"
! OutputPath = "..\..\..\build\VS.Net\Release\"
! RegisterForComInterop = "false"
! RemoveIntegerChecks = "false"
! TreatWarningsAsErrors = "false"
! WarningLevel = "4"
! />
! </Settings>
! <References>
! <Reference
! Name = "System"
! AssemblyName = "System"
! />
! <Reference
! Name = "Spring.Core"
! Project = "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}"
! Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
! Private = "True"
! />
! <Reference
! Name = "nunit.framework"
! AssemblyName = "nunit.framework"
! HintPath = "..\..\..\lib\Net\1.1\nunit.framework.dll"
! />
! <Reference
! Name = "System.Data"
! AssemblyName = "System.Data"
! HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
! />
! <Reference
! Name = "System.XML"
! AssemblyName = "System.Xml"
! HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
! />
! <Reference
! Name = "Iesi.Collections"
! AssemblyName = "Iesi.Collections"
! HintPath = "..\..\..\lib\Iesi.Collections.dll"
! />
! <Reference
! Name = "Spring.Aop.Tests"
! Project = "{2111596A-0327-4C9D-8919-294FBD988A23}"
! Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
! />
! </References>
! </Build>
! <Files>
! <Include>
! <File
! RelPath = "AssemblyInfo.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Spring.Core.Tests.build"
! BuildAction = "None"
! />
! <File
! RelPath = "Spring.Core.Tests.dll.config"
! BuildAction = "None"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\concurrent.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\leaf.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\middle.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\root.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Config\ObjectFactoryCreatingFactoryObjectTests.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\autowire.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\child.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\classnotfound.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\collections.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\constructor-arg.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\default-autowire.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\default-lazy-init.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\dependenciesmaterializethis.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\factorycircle.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\initializers.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\invalid.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\invalid-factory.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\notfullyspecified.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\parent.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\reftypes.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\resource.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\satisfiedalldependencycheck.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\satisfiedobjectdependencycheck.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\satisfiedsimpledependencycheck.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\test.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\unsatisfiedalldependencycheckmissingobjects.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\unsatisfiedAllDependencyCheckMissingSimple.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\unsatisfiedobjectdependencycheck.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Data\Spring\Objects\Factory\Xml\unsatisfiedsimpledependencycheck.xml"
! BuildAction = "Content"
! />
! <File
! RelPath = "Objects\DerivedTestObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\IndexedTestBean.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\INestedTestObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\ITestObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\NestedTestObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\ObjectUtilsTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\ObjectWrapperTestSuite.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\TestObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\AbstractListableObjectFactoryTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\AbstractObjectFactoryTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\DefaultListableObjectFactoryTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\DummyFactory.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\HasMap.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\KnowsIfInstantiated.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\LifecycleObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\MustBeInitialized.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\ObjectFactoryUtilsTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Config\ConstructorArgumentValuesTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Config\MethodInvokingFactoryObjectTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Config\ObjectFactoryCreatingFactoryObjectTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\ConstructorDependenciesObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\DependenciesObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\DerivedConstructorDependenciesObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\DummyBo.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\DummyDao.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\DummyReferencer.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\IDummyBo.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\MixedCollectionObject.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\ReadOnlyXmlTestResource.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\XmlListableObjectFactoryTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\XmlObjectDefinitionReaderTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\Factory\Xml\XmlObjectFactoryTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Objects\TypeConverters\RuntimeTypeConverterTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Util\LinkedListTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Util\StringUtilTestSuite.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Util\TypeAliasResolverTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! <File
! RelPath = "Util\TypeResolverTests.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
! </Include>
! </Files>
! </CSHARP>
! </VisualStudioProject>
Index: Spring.Core.Tests.dll.config
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests/Spring.Core.Tests.dll.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Spring.Core.Tests.dll.config 16 Jul 2004 14:06:17 -0000 1.1
--- Spring.Core.Tests.dll.config 26 Jul 2004 07:42:53 -0000 1.2
***************
*** 18,22 ****
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net-net-1.0" />
! <section name="spring-objects" type="Spring.Objects.Factory.Xml.ObjectsDefinitionConfigResource, Spring.Core" />
</configSections>
<spring-objects>
--- 18,22 ----
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net-net-1.0" />
! <section name="spring-objects" type="Spring.Objects.Factory.Xml.XmlConfigObjectFactoryHandler, Spring.Core" />
</configSections>
<spring-objects>
|