blob: fbdee8d38b8d75a067c65379467fe24ff0909ca4 [file] [log] [blame]
This test makes sure that if a range type has a step value, that increment and decrement work.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS obj.intValue is 25
PASS obj.intValue is 50
PASS obj.intValue is 75
PASS obj.intValue is 100
PASS obj.intValue is 100
PASS obj.intValue is 75
PASS obj.intValue is 50
PASS obj.intValue is 25
PASS obj.intValue is 0
PASS obj.intValue is 0
PASS successfullyParsed is true
TEST COMPLETE