For me, preparing data for my unit tests takes a big chunk out of my time. For example, I spent hour after hour squeezing out logical expressions, such as "('A'='B') OR (1+1=2)", for my expression evaluation function; yet I'm still unsure if the test data covers every obvious bugs.
So let's share What yours are and what you do to overcome them.
