On 05/19/14 16:30, Shuai Meng wrote:
There are two identical tests on MyObject. MyObject.myval is set to 0 in first test (it's set this way in earlier tests).
The first test is different from the third: in the first test I didn't set MyObject.myval to 0 explicitly, the goal is to test object's default value; while the third test set MyObject.myval to 0 explicitly, this changes the default value of a object, though the value is still 0.
You've set it to 0 in earlier test (it's set to 0 in last CByte test).