Index: tests/parameters.test =================================================================== diff -u -rbae2fc790df28562c0d80e54bf83ef0d97de250d -ra866226c4ca39c65f5f98539c140326c617da884 --- tests/parameters.test (.../parameters.test) (revision bae2fc790df28562c0d80e54bf83ef0d97de250d) +++ tests/parameters.test (.../parameters.test) (revision a866226c4ca39c65f5f98539c140326c617da884) @@ -2232,23 +2232,6 @@ } -nx::Test case object-level-defaults { - # - # Right now, this fails yelling: - # 'invalid value constraints "slot=::objekt::per-object-slot::a,slotassign"' - # - nx::Object create objekt - ? {objekt eval {info exists :a}} 0 - ? {catch { - objekt variable -accessor -initblock { - :public method assign args { - next - } - } a 1}} 0 - ? {objekt eval {info exists :a}} 1 - ? {objekt a} 1 -} - # # test class level property and variable #