Attention is currently required from: fixeria, pespin.
1 comment:
File pcu/PCU_Tests_SNS.ttcn:
Patch Set #1, Line 327: integer idx := 0, integer idx_del := 1, float tout := 20.0
> But if you want to use it by another test you can set those. […]
Yes, same here. I don't get your point, what is wrong here.
So far I get, you would done it different.
I like to have arguments to a test case,
which I find useful and could be converted into a function later if necessary.
The language allows such things.
Further it also allows the following:
```
execute( TC_sns_add_nack() );
- execute( TC_sns_del() );
+ execute( TC_sns_del(tout := 25.0) );
execute( TC_sns_chg_weight() );
```
It feels completely bike shred here.
To view, visit change 39011. To unsubscribe, or for help writing mail filters, visit settings.