Executioner name is different as a result of save and load operation. Spaces are replaced with underscores in the name.

Issue #21 open
Chris Cilino created an issue

The persistence tests in the test suite are failing because the executioner’s name is changed from before and after persistence.

For example, in test “Test Executive\Tests\Test Test Exec Ref Execution\TestExecution_For Loop.vi

The expected result looks like:

Executioner Type: Test Executive.lvlib:Loop.lvclass
Executioner Name: Test Loop
Iteration Counter: 1
Iterations: 5
Conditional Stop: FALSE

The actual Result is:

Executioner Type: Test Executive.lvlib:Loop.lvclass
Executioner Name: Test_Loop
Iteration Counter: 1
Iterations: 5
Conditional Stop: FALSE

Note the “_” in executioner name

Comments (2)

  1. Log in to comment