Skip to content

Commit

Permalink
We have 2 more core PMCs. Adjust default value for new Classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Jan 5, 2011
1 parent 27d29b7 commit c2db800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/pmc/class.t
Expand Up @@ -462,7 +462,7 @@ t_class_meth:
is(test_val, 1, 'inspect() "attributes" param returns correctly sized value')

result = class.'inspect'('id')
is(result, '99', 'inspect() "id" returns expected default value')
is(result, '101', 'inspect() "id" returns expected default value')

result = class.'inspect'('attrib_index')
$I0 = isnull result
Expand Down

0 comments on commit c2db800

Please sign in to comment.