Skip to content

Commit

Permalink
Add missing tests to Quartz.Tests.Unit.2008.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Jul 8, 2011
1 parent 9f79b39 commit c220174
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Quartz.Tests.Unit/Quartz.Tests.Unit.2008.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,10 @@
<Compile Include="Impl\AdoJobStore\JobStoreSupportTest.cs" />
<Compile Include="Impl\Calendar\BaseCalendarTest.cs" />
<Compile Include="Impl\StdSchedulerFactoryTest.cs" />
<Compile Include="InterrubtableJobTest.cs" />
<Compile Include="JobBuilderTest.cs" />
<Compile Include="Job\SendMailJobTest.cs" />
<Compile Include="SchedulerTest.cs" />
<Compile Include="TestUtil.cs" />
<Compile Include="Core\QuartzSchedulerTest.cs" />
<Compile Include="CronExpressionTest.cs">
Expand Down Expand Up @@ -172,6 +174,9 @@
<Compile Include="Simpl\RAMJobStoreTest.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="TriggerBuilderTest.cs" />
<Compile Include="TriggerComparatorTest.cs" />
<Compile Include="TriggerKeyTest.cs" />
<Compile Include="Utils\DirtyFlagMapTest.cs" />
<Compile Include="Utils\ObjectUtilsTest.cs" />
<Compile Include="Utils\PropertiesParserTest.cs">
Expand Down

0 comments on commit c220174

Please sign in to comment.