/trunk/Library/POUs Commit Log


Commit Date  
[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
[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
[r325] by aliazzz

various errormessages added

2020-01-03 21:12:33 Tree
[r324] by aliazzz
2020-01-03 19:33:09 Tree
[r323] by aliazzz
2020-01-03 18:42:05 Tree
[r322] by aliazzz
2020-01-03 18:20:36 Tree
[r320] by aliazzz

JUnitXmlPublisher

2020-01-03 17:07:07 Tree
[r319] by aliazzz
2020-01-02 21:26:10 Tree
[r318] by aliazzz
2020-01-02 21:25:58 Tree
[r317] by aliazzz
2020-01-02 21:25:50 Tree
[r316] by aliazzz
2020-01-02 21:25:37 Tree
[r315] by aliazzz
2020-01-02 21:25:30 Tree
[r314] by aliazzz

Various changes to core components

2020-01-02 21:19:41 Tree
[r310] by aliazzz

v1.1.0.0 Pre-Alpha 01

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

XMlWriter 100% Ready and Integrated

2019-12-30 16:22:28 Tree
[r308] by aliazzz

99% version of Export files in Xml Format

2019-12-30 14:08:26 Tree
[r306] by aliazzz

- Parts of "Implement optional parameters for the test results".
The following is implemented: Whether a test is skipped, failure message/type for a testcase.

- Moved the general test results (NumberOfTestSuites, NumberOfTestCases, NumberOfSuccessfulTestCases, NumberOfFailedTestCases) into the new test results struct ST_TestSuiteResults, which also containts the results for all test suites.

- Fixed adjusting of AssertFailureMessages from 252 to 253 characters (by removing an unnecessary space character)

- Added logging of all new extended/optional test result parameters to the logger

- Added report logic so that skipped tests are not included in the total amount of successful tests (NumberOfSuccessfulTests = NumberOfTests - NumberOfFailedTests - NumberOfSkippedTests

2019-12-29 23:11:17 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
[r295] by aliazzz

intermediate working copy v1.1.0.0
contains bugs!

2019-12-27 15:15:05 Tree
[r278] by aliazzz

FB_XmlFileFormatter: TODO Debug/build xmlfile further

2019-12-15 15:13:49 Tree
[r275] by aliazzz

v1.1.0.1
Modified CfUnitRunner to accomodate XmlFileFormatter
XmlFile for external CI/CD system beta ready

2019-12-15 01:04:44 Tree
Older >