PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Automated Tests stopped by odd error.
Automated Tests stopped by odd error.
Iniciado por CCordes, 05,ago. 2015 21:36 - No hay respuesta
Miembro registrado
68 mensajes
Publicado el 05,agosto 2015 - 21:36
I am trying to use automated tests to check some global procedures and class methods.
No matter what I do, the tests end with a "No Pending Test" error
and " An element of 'empty' type cannot be converted to the 'int' type."

These two errors do not happen during regular running or testing. They are occurring on an external procedure we use during startup.
Is there something I'm missing about use external procedures or Unit Tests?
Here is the line that seems to be failing.
LicResult is int = PrimeComponent(ms1.ctActiveconn,"TestEXE",gbActivationOK,gbIMP,cIMP,gbDISTR,cDISTR,gbRAS,cRAS,gbLD,cLD,gbRAN,cRAN,gbDUF,cDUF,gbPS,cPS,gbPDF,cPDF)

TIA for any suggestions. I've wasted enough time on this already...


Chris C

--
Sometimes waiting is the best way forward...