thats because you've only datecheck in the select list so optimiser decided it can read the whole information from clustered index itself hence seek.
try this and see if there's difference
select *
from index_test
where datecheck = '2012-05-10'
------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/