Re: [Pyobjc-dev] More on integer values
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-02-03 16:38:44
|
On Monday, Feb 3, 2003, at 10:59 US/Eastern, David Eppstein wrote: > I can write a test, but first I have to know what I am testing for. > Is it a bug that undoManager converts int to Cocoa integer? > That Cocoa integers remain unconverted when sent back to the Python > side? > Or that I can't send a Cocoa integer to a method that expects an int? If you aren't sure, don't worry about it.... Just write a test that demonstrates the problem that you are experiencing. The development team can figure out what the bug is and break up the test for clarification, if necessary, or fix the problem directly. Some testing is better than no testing at all, even if the test is not of the same granularity as the underlying code/problem/feature it is testing. b.bum |