/trunk Commit Log


Commit Date  
[r409] by aliazzz

updated verifier

2020-06-30 20:02:41 Tree
[r408] by aliazzz

Fixed FB_TestSuite.SetTestFinished()
Updated Project Information(RC5.1)

2020-06-30 19:53:59 Tree
[r407] by aliazzz

updated verifier and library to RC5 to fix ticket #43, #44 and #46

2020-06-16 20:14:38 Tree
[r406] by aliazzz

Verifier adjusted for RC5

2020-06-16 19:58:02 Tree
[r405] by aliazzz

RC5 fixes Ticket n.o: #43, #44 & #46

2020-06-16 19:45:47 Tree
[r401] by aliazzz
2020-06-13 19:55:42 Tree
[r399] by aliazzz
2020-06-13 19:52:07 Tree
[r398] by aliazzz
2020-06-13 19:51:41 Tree
[r397] by aliazzz

updating CfUnit Trunk to RC4

2020-06-13 19:45:16 Tree
[r395] by aliazzz

Added compiled library (RC4) to trunk

2020-06-08 07:44:14 Tree
[r394] by aliazzz

binary of CfUnit.library

2020-06-05 18:40:44 Tree
[r393] by aliazzz

deleted

2020-06-05 18:20:54 Tree
[r392] by aliazzz

testresults.xml

2020-06-05 18:18:47 Tree
[r391] by aliazzz
2020-06-05 18:14:51 Tree
[r389] by aliazzz

RC4: Fixed a bug for STRING/WSTRING size assertion

2020-06-05 17:36:20 Tree
[r388] by aliazzz
2020-06-04 20:38:40 Tree
[r387] by aliazzz
2020-06-04 20:32:20 Tree
[r386] by aliazzz
2020-06-04 19:51:17 Tree
[r385] by aliazzz

RC4: Fixed a bug for STRING/WSTRING size assertion

2020-05-29 16:01:38 Tree
[r384] by aliazzz

Commit of binay CfUnitVerifier.project

2020-05-25 20:19:08 Tree
[r382] by aliazzz

Commit of binary

2020-05-25 16:45:31 Tree
[r381] 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 Tree
[r380] by aliazzz
2020-05-23 11:14:00 Tree
[r379] by aliazzz
2020-05-23 11:12:41 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
Older >