+1  A: 

One of the test methods seems to throw an exception. When using OR the failing test method does not seemed to be called.

Try to find out which one breaks, maybe because the value to test is null or of a not expected type.

ntziolis
Debugging Linq seems to be a bit difficult. I put a breakpoint at the query and it just runs the entire thing at once. Is there an easier way?
Cj Anderson