/trunk/Library/POUs/FB_CdsTestResultLogger Commit Log


Commit Date  
[r389] by aliazzz

RC4: Fixed a bug for STRING/WSTRING size assertion

2020-06-05 17:36:20 Tree
[r378] by aliazzz

Fixed Ticket 42/37

FB_TestResults, replaced;
57 IF StoringTestSuiteResultNumber = GVL_CfUnit.NumberOfInitializedTestSuites AND
58 GVL_CfUnit.TestSuiteAddresses[StoringTestSuiteResultNumber]^.AreAllTestsFinished() AND NOT
59 StoredGeneralTestResults THEN

With;
( If all test suites have finished storing their results, store the general test results )
57 IF StoredTestSuiteResults AND NOT StoredGeneralTestResults THEN

Which resolves the incorrect testnumbers in the results report

2020-05-23 11:09:41 Tree
[r366] by aliazzz

CfUnit v1.0.9.9 RC1

2020-05-01 14:58:59 Tree
[r322] by aliazzz
2020-01-03 18:20:36 Tree
[r310] by aliazzz

v1.1.0.0 Pre-Alpha 01

2019-12-31 13:25:00 Tree
[r304] by aliazzz

Latest Code of TcUnit integrated, now prepare XmlWriter integration

2019-12-29 20:13:23 Tree
[r303] by aliazzz

Baseline version v1.1.0.0

2019-12-29 16:11:30 Tree
[r298] by aliazzz

V1.1.0.0 XML Skeleton is now valid, just put in the contents!

2019-12-28 14:02:40 Tree
[r296] by aliazzz

upgraded project to v1.1.0.0 without integration of the xmlwriter

2019-12-27 17:40:03 Tree