Index: TODO =================================================================== diff -u -raeb4c8b743c038290c9e15770669c6a50381a464 -re02cb00ae815bd6f8561a6a03fceacc13fd91903 --- TODO (.../TODO) (revision aeb4c8b743c038290c9e15770669c6a50381a464) +++ TODO (.../TODO) (revision e02cb00ae815bd6f8561a6a03fceacc13fd91903) @@ -2632,9 +2632,16 @@ (second round of default value setting seems not necessary) - nx.tcl: some cleanup +- test.tcl: + * don't export Test per-default + * define Test as nx::Test + * make Test parameter count 1 the default, change to higher numbers where needed TODO: +- maybe change nx::Test to nx::test (user never has to know that nx::Test is a class). +- maybe move -count to the test case (but then a test-case less test needs a change of method) + - the scripted init block is called before init. If the default setting of the default parameters depend on each other, this has to be set in the "init". But this won't be available in the init block.