Skip to content
Snippets Groups Projects
Commit d32b2037 authored by scott snyder's avatar scott snyder
Browse files

StoreGate: Fix WriteDecorHandle::isAvailable.

WriteDecorHandle;:isAvailable had a couple problems.  First, the isAvailable
code assumed that the object type derived from AuxVectorBase, which means
that it didn't work at all for standalone types.  Second, calling
isAvailable would populate the cached pointer without calling
the overload of typeless_dataPointer_impl.  This meant that the 
alias might not be created.

Both fixd.

Also clean up the tests so that we don't need to override the JO
search path to run them.
parent eac0947b
No related branches found
No related tags found
Loading
Showing
with 132 additions and 119 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment