Update of /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/test/Spring/Spring.Scheduling.Quartz.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19120
Modified Files:
Spring.Scheduling.Quartz.Tests.2003.csproj
Spring.Scheduling.Quartz.Tests.2005.csproj
Log Message:
Added tests, more to be done
Index: Spring.Scheduling.Quartz.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/test/Spring/Spring.Scheduling.Quartz.Tests/Spring.Scheduling.Quartz.Tests.2005.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Spring.Scheduling.Quartz.Tests.2005.csproj 11 Sep 2007 09:34:02 -0000 1.2
--- Spring.Scheduling.Quartz.Tests.2005.csproj 12 Sep 2007 18:39:34 -0000 1.3
***************
*** 37,41 ****
--- 37,51 ----
<HintPath>..\..\..\lib\net\2.0\Quartz.dll</HintPath>
</Reference>
+ <Reference Include="Rhino.Mocks, Version=2.9.6.40350, Culture=neutral, PublicKeyToken=0b3305902db7183f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\lib\net\1.1\Rhino.Mocks.dll</HintPath>
+ </Reference>
+ <Reference Include="Spring.Core, Version=1.1.0.2, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\lib\net\2.0\Spring.Core.dll</HintPath>
+ </Reference>
<Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
***************
*** 47,50 ****
--- 57,69 ----
<ItemGroup>
<Compile Include="Scheduling\Quartz\AdaptableJobFactoryTest.cs" />
+ <Compile Include="Scheduling\Quartz\SchedulerFactoryObjectTest.cs" />
+ <Compile Include="Scheduling\Quartz\SpringObjectJobFactoryTest.cs" />
+ <Compile Include="Scheduling\Quartz\TestUtil.cs" />
+ <Compile Include="Scheduling\Quartz\TriggerObjectTest.cs" />
+ <Compile Include="Scheduling\Quartz\SimpleTriggerObjectTest.cs" />
+ <Compile Include="Scheduling\Quartz\CronTriggerObjectTest.cs" />
+ <Compile Include="Scheduling\Quartz\JobDetailObjectTest.cs" />
+ <Compile Include="Scheduling\Quartz\MethodInvokingJobDetailFactoryObjectTest.cs" />
+ <Compile Include="Scheduling\Quartz\MethodInvokingJobTest.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Index: Spring.Scheduling.Quartz.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/test/Spring/Spring.Scheduling.Quartz.Tests/Spring.Scheduling.Quartz.Tests.2003.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Spring.Scheduling.Quartz.Tests.2003.csproj 11 Sep 2007 09:34:02 -0000 1.2
--- Spring.Scheduling.Quartz.Tests.2003.csproj 12 Sep 2007 18:39:34 -0000 1.3
***************
*** 105,108 ****
--- 105,113 ----
HintPath = "..\..\..\lib\net\1.1\Nullables.dll"
/>
+ <Reference
+ Name = "Rhino.Mocks"
+ AssemblyName = "Rhino.Mocks"
+ HintPath = "..\..\..\lib\net\1.1\Rhino.Mocks.dll"
+ />
</References>
</Build>
***************
*** 114,117 ****
--- 119,167 ----
BuildAction = "Compile"
/>
+ <File
+ RelPath = "Scheduling\Quartz\CronTriggerObjectTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Scheduling\Quartz\JobDetailObjectTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Scheduling\Quartz\MethodInvokingJobDetailFactoryObjectTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Scheduling\Quartz\MethodInvokingJobTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Scheduling\Quartz\SchedulerFactoryObjectTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Scheduling\Quartz\SimpleTriggerObjectTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Scheduling\Quartz\SpringObjectJobFactoryTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Scheduling\Quartz\TestUtil.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Scheduling\Quartz\TriggerObjectTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
</Include>
</Files>
|