opensocsysarch / CoreGenPortal

OpenSoC System Architect CoreGen Portal Graphical User Interface
http://www.systemarchitect.tech/
Apache License 2.0
1 stars 0 forks source link

Complete Cache Edit Window Happy Path #30

Closed fconlon closed 5 years ago

fconlon commented 5 years ago

Criteria 1

Given:

When:

Then:

Criteria 2

Given:

When:

Then:

Criteria 3

Given:

When:

Then:

Criteria 4

Given:

When:

Then:

fconlon commented 5 years ago

Should CNodes vector be cleared when setting child to null? Need to account for cycles created by changing the parent/child caches. ^ added to sad path issue

fconlon commented 5 years ago

Saving child works correctly when there is no existing child in a cache, but doesn't work correctly when changing an existing child cache.

fconlon commented 5 years ago

Change child fixed by calling SetNullChildCache. Closing issue.