Custom Query (202 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 202)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#42 fixed Unit test fails jasper michelpons

Reported by michelpons, 3 years ago.

Description

Using commit 139: unit test fails: Starting test execution, please wait...

A total of 1 test files matched the specified pattern.

X COBIALoadTest [506ms] Error Message:

Assert failed. COBIA load failure

Stack Trace:

at CobiaTest::BasicTests::COBIALoadTest() in C:\Users\CTO\Documents\colan_cobia\COBIA\UnitTests?\BasicTest?.cpp:line 24

CapeArrayRealImplTest? [< 1ms] √ CapeArrayRealAdapterTest? [< 1ms] √ CobiaArrayRealTest? [< 1ms] √ CapeArrayIntegerImplTest? [< 1ms] √ CapeArrayIntegerAdapterTest? [< 1ms] √ CobiaArrayIntegerTest? [< 1ms] √ CapeArrayByteImplTest? [< 1ms] √ CapeArrayByteAdapterTest? [< 1ms] √ CobiaArrayByteTest? [< 1ms] √ CapeArrayBooleanImplTest? [< 1ms] √ CapeArrayBooleanAdapterTest? [< 1ms] √ CobiaArrayBooleanTest? [< 1ms] √ CapeArrayEnumerationImplTest? [< 1ms] √ CapeArrayEnumerationAdapterTest? [< 1ms] √ CobiaArrayEnumerationTest? [< 1ms] √ CapeStringImplTest? [< 1ms] √ CapeStringAdapterTest? [< 1ms] √ CobiaStringTest? [< 1ms] √ CapeArrayStringImplTest? [< 1ms] √ CapeArrayStringAdapterTest? [< 1ms] √ CobiaArrayStringTest? [< 1ms] √ CapeValueImplTest? [< 1ms] √ CobiaValueTest? [< 1ms] √ CapeArrayValueImplTest? [< 1ms] √ CobiaArrayValueTest? [< 1ms] √ UUID [< 1ms] √ DataFolders? [< 1ms] √ parserTest [< 1ms] √ RegistryTest? [< 1ms] √ PMCRegistrarTest [< 1ms]

Test Run Failed. Total tests: 31

Passed: 30 Failed: 1

Total time: 2.3257 Seconds

Traceback (most recent call last):

File "C:\Users\CTO\Documents\colan_cobia\makedistribution.py", line 333, in <module>

raise RuntimeError?('Win32 unit tests failed')

RuntimeError?: Win32 unit tests failed

C:\Users\CTO\Documents\colan_cobia>

#44 fixed Issue with all user unregistration in client header files jasper jasper

Reported by jasper, 3 years ago.

Description

The issue is at line 379 of COBIA_PMC.h. The line reads:

CapeRegistryWriter? writer(false); false means current user

but should read:

CapeRegistryWriter? writer(isPMCRegistrationForAllUsers());

#46 fixed COBIA Ideal Thermo package edit box does not show jasper jasper

Reported by jasper, 3 years ago.

Description

Resources from .lib not linked into .dll

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.