preserve native type when its a scalar so that enum regression tests
excercise relevant subcomponents of GDD
This commit is contained in:
@@ -107,7 +107,7 @@ caStatus exScalarPV::updateValue ( const gdd & valueIn )
|
||||
|
||||
if ( ! pValue.valid () ) {
|
||||
this->pValue = new gddScalar (
|
||||
gddAppType_value, aitEnumFloat64 );
|
||||
gddAppType_value, this->info.getType () );
|
||||
if ( ! pValue.valid () ) {
|
||||
return S_casApp_noMemory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user