JKISoftware / JKI-State-Machine-Objects

Object-oriented framework for LabVIEW based on the JKI State Machine
BSD 3-Clause "New" or "Revised" License
95 stars 54 forks source link

Shared resources not registered with private attribute #73

Closed francois-normandin closed 3 years ago

francois-normandin commented 3 years ago

Affects feature branch 1.4.0

Symptom: Unit test now fails after attribute refactor.

francois-normandin commented 3 years ago

Problem is fixed. The issue was that searching for an uinitialized attribute was using the default class name instead of going through the list and finding the first instance by type. (A named attribute results in a faster search, but the alternative is now fixed)