On Friday 21 January 2005 16:57, Paul Vriens wrote:
ok( a < b | a == b | a > b, "Test failed\n");
So the question is how do we deal with the above? If the number of possible 'correct' output is huge, what's the benefit of testing?
a. It's still a useful test when you imagine Windows 2010 returning c... b. It serves as documentation of the different return codes.
-Hans