Index: tests/object-system.test =================================================================== diff -u -ra24e1f836c3126d0a0e9467bde3a9fa8da901711 -ra467cf37f204cc977b7af7519a0994c65f9ed10f --- tests/object-system.test (.../object-system.test) (revision a24e1f836c3126d0a0e9467bde3a9fa8da901711) +++ tests/object-system.test (.../object-system.test) (revision a467cf37f204cc977b7af7519a0994c65f9ed10f) @@ -136,13 +136,15 @@ #? {C::slot info vars} __parameter #? {C info attributes} {{x 1} {y 2}} -? {C info parameter spec x} {{-x 1}} -? {C info parameter spec y} {{-y 2}} +? {C info parameter definition x} {{-x 1}} +? {C info parameter definition y} {{-y 2}} #? {X::slot info vars} __parameter #? {X info attributes} {{x 1} {y 2}} -? {X info parameter spec x} {{-x 1}} -? {X info parameter spec y} {{-y 2}} +? {X info parameter definition x} {{-x 1}} +? {X info parameter definition y} {{-y 2}} +? {X info properties} {{x 1} {y 2}} +? {X info properties -closure *a*} {volatile:alias,noarg,noaccessor class:class,alias,method=::nsf::methods::object::class,noaccessor} # actually, we want c1 to test below the recreation of c1 in another # object system