Index: tests/parameters.test =================================================================== diff -u -re884c2b0d63fa1b5a691e866ccff8d4094a2a8e4 -r8232fc43e280715e51dc20a9b7f2a3bb9bb2ff7b --- tests/parameters.test (.../parameters.test) (revision e884c2b0d63fa1b5a691e866ccff8d4094a2a8e4) +++ tests/parameters.test (.../parameters.test) (revision 8232fc43e280715e51dc20a9b7f2a3bb9bb2ff7b) @@ -2395,9 +2395,9 @@ # all properties with slots show up in "info slot" # TODO: object slots will change when we allow true object properties - ? {o2 info slot objects} "::o2::per-object-slot::p0 ::o2::per-object-slot::p3" - ? {o2 info slot definition} "{p0:noconfig 200} {p3:noconfig 203}" - ? {o2 info properties} "{p0:noconfig 200} {p3:noconfig 203}" + ? {o2 info slot objects} "::o2::per-object-slot::p0 ::o2::per-object-slot::p1 ::o2::per-object-slot::p3" + ? {o2 info slot definition} "{p0 200} {p1 201} {p3:noconfig 203}" + ? {o2 info properties} "{p0 200} {p1 201} {p3:noconfig 203}" }