Searched refs:gotLimits (Results 1 – 1 of 1) sorted by relevance
87 const double *gotLimits=form->getLimits(count); in TestSimpleExample() local89 if(count != 0 || gotLimits != NULL) { in TestSimpleExample()105 if(gotLimits[ix] != limits[ix]){ in TestSimpleExample()106 …ng)"getLimits didn't get the limits correctly. Expected " + limits[ix] + " Got " + gotLimits[ix]); in TestSimpleExample()