Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 3 of Ticket #163


Ignore:
Timestamp:
08/02/08 10:39:48 (16 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #163

    • Property Status changed from new to assigned
  • Ticket #163 – Description

    initial v3  
    1 The original FunctionLibrary is injected instead.
     1Howto reproduce:
     2 * Create a new sequential engine
     3 * Add !VariableInjector and make it the initial operator
     4 * Open !VariableInjector and add a !GPOperatorLibrary variable
     5 * Add functions 'Addition' 'Multiplication' 'Constant' to the !GPOperatorLibrary
     6 * Remove the entries 'Multiplication' and 'Addition' from the list of allowed sub-operators of 'Addition' in all three slots (leaving only 'Constant')
     7 * Reset and execute the engine.
     8 * Open global scope and inspect the list of allowed sub-operators of Addition in the injected function library
     9 
     10Expected result: All three slots should only allow 'Constant'
     11
     12Actual result: Addition allows 'Addition' 'Multiplication' and 'Constant' in all three slots.