/trunk/Library/Project Information_1/GetTextProperty2/svnobj Commit Log


Commit Date  
[r389] (4.3 kB) by aliazzz

RC4: Fixed a bug for STRING/WSTRING size assertion

2020-06-05 17:36:20 View
Download
[r387] (4.3 kB) by aliazzz
2020-06-04 20:32:20 View
Download
[r386] (4.3 kB) by aliazzz
2020-06-04 19:51:17 View
Download
[r385] (4.3 kB) by aliazzz

RC4: Fixed a bug for STRING/WSTRING size assertion

2020-05-29 16:01:38 View
Download
[r381] (4.3 kB) by aliazzz

Added WSTRING support (Thank you I-Campbell)
Added AssertEquals_WSTRING
Added godmode function: WRITE_PROTECTED_WSTRING
Updated to RC3

2020-05-25 16:43:59 View
Download
[r378] (4.3 kB) 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 View
Download