/trunk/Library/Project Information 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
[r322] by aliazzz
2020-01-03 18:20:36 Tree
[r295] by aliazzz

intermediate working copy v1.1.0.0
contains bugs!

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

v1.1.0.1 Modified CfUnitRunner to accomodate for the new introduced XmlFileFormatter

2019-12-14 23:12:22 Tree
[r268] by aliazzz

Trunk updated to v1.1.0.1

updated;
TEST_FINISHED_NAMED
GVL_CfUnit

added;
WRITE_PROTECTED_LINT
WRITE_PROTECTED_ULINT
WRITE_PROTECTED_LWORD

Imported from xml-pac 0.3.1.0
FB_FileControl
FB_XmlControl
FB_StringBuffer

2019-12-14 14:33:52 Tree
[r267] by aliazzz

Trunk update v1.0.0.1

updated/added;
WRITE_PROTECTED_LINT
WRITE_PROTECTED_ULINT
WRITE_PROTECTED_LWORD

Imported from xml-pac 0.3.1.0
FB_FileControl
FB_XmlControl
FB_StringBuffer

2019-12-14 13:32:40 Tree
[r170] by aliazzz

v1.0.0.0 first commit

2019-08-31 13:04:33 Tree
[r152] by aliazzz

CfUnitVerifier result;

| ======================================
| Failed tests : 92</Entry>
| Successful tests: 91</Entry>
| Tests: 183</Entry>
| Test suites: 14</Entry>
| ==========TESTS FINISHED RUNNING==========

Added several new features/improvements;
* autodetect and skip an empty testsuite,
* AssertArray2dEquals_REAL(),
* AssertArray2dEquals_LREAL(),
* AssertArray3dEquals_REAL(),
* AssertArray3dEquals_LREAL(),
* TEST_FINISHED_NAMED(),
* Removed I_XmlControl and I_FileControl interfaces,
* FB_XmlControl,
* Renamed all FB_XmlControl methods
* FB_FileControl,
* FB_StringBuffer
* E_XmlError,
* Renamed External support into CODESYS Support

2019-08-06 18:43:46 Tree
[r149] by aliazzz

Reverting to commit 140

2019-08-05 12:02:57 Tree
[r142] by aliazzz

Added new AssertArray2dEquals_REAL method
Added new AssertArray2dEquals_LREAL method
Added new AssertArray3dEquals_REAL method
Added new AssertArray3dEquals_LREAL method
Added FB_FormatString
Added various helper functions, globals and functionblocks for FB_FormatString

2019-07-27 22:16:08 Tree
[r137] by aliazzz

Commit of v0.9.1.0;
optimization and clean-up of code (removal of various interfaces and enums)
set to released state

2019-07-21 15:36:11 Tree
[r131] by aliazzz

New in v0.9.0.1;
Replaced GVL_Constants_CfUnit with GVL_Param_CfUnit.
TEST_FINISH() now returns a TRUE when called.
Various small tweaks

2019-07-07 17:53:02 Tree
[r78] by aliazzz

Commit of CfUnit v0.9.0.0

Better/more easy to use API for CfUnit according to issue #29 "Reduce boilerplate code required for writing tests" and issue #26 "Boilerplate reduction and using a TEST_FINISHED method".

Also solved multiple issues:

Issue #27 "Multiple assert instances in one test suite causes issues"
Issue #25 "implicit typecasting throws errors + solution"
Issue #23 "Usage of FB_ADSAssertMessageFormatter.LogAssertFailure should warn"
Issue #21 "Remove unused code"
Issue #19 "Rename GVL_Constants"

2019-06-15 21:40:22 Tree
[r70] by aliazzz

Ticket #22 : typecasterrors when compliling for x64 based system resolved

2019-06-03 17:06:29 Tree
[r47] by aliazzz

project v0.0.2.1 resolved tickets 18 and 19 by aliazzz

2019-05-18 20:24:06 Tree
[r45] by aliazzz

v0.0.2.1 working on Ticket19

2019-05-18 10:27:20 Tree
[r39] by aliazzz

project v0.0.2.0 => ticket 14 documentation, resolved by aliazzz

2019-05-17 11:15:26 Tree
[r37] by aliazzz

sphinx preparation

2019-05-16 20:45:39 Tree
[r35] by aliazzz

ticket 16 cleaning-up of the current source code resolved by aliazzz

2019-05-15 20:52:26 Tree
[r27] by aliazzz

project v0.0.1.0 => First working Beta Release. First milestone achieved.

2019-05-14 17:53:45 Tree
[r19] by aliazzz

13-5-2019 | project v0.0.1.0 => Working Beta!

2019-05-13 20:13:35 Tree
[r15] by aliazzz

12-5-2019 | project v0.0.0.7 => tickets 5 and 1 resolved by zer0g, aliazzz, ingo

2019-05-13 16:34:05 Tree
[r13] by aliazzz

v0.0.0.6 implemented replacement for ADSLogStr called LogStr which implements CmpLog

2019-05-12 11:07:37 Tree
Older >