Index: tests/disposition.test =================================================================== diff -u -ra0d6bbfb8166411fcf148f2f77e7905b62e6b9db -rf25d45169c3cf4ca4306f07d6259cbf221c3bcce --- tests/disposition.test (.../disposition.test) (revision a0d6bbfb8166411fcf148f2f77e7905b62e6b9db) +++ tests/disposition.test (.../disposition.test) (revision f25d45169c3cf4ca4306f07d6259cbf221c3bcce) @@ -433,6 +433,9 @@ ? {c1 eval {info exists :x}} 0 } +# +# check inticmd + noarg (should not be allowed) +# nx::Test case alias-noarg { Class create C { :public class method setObjectParams {spec} { @@ -446,6 +449,4 @@ C setObjectParams {initcmd:initcmd,noarg} ? {C create c1} {option noarg only allowed for parameter type "alias"} - } -#### initcmd noarg \ No newline at end of file